Files
ProxmoxVE/misc
MickLesk 86a0de76e0 Meilisearch : use dumpless Meilisearch upgrades
Replace the Meilisearch minor-version upgrade path in `misc/tools.func` from API-driven dump/restore to an in-place `--experimental-dumpless-upgrade` flow. The update now reads the configured DB path, stops the service, creates a tarball backup before migration, runs the one-shot migration with the new binary, and restarts under systemd. This removes the dependency on `master_key` and dump task handling while improving rollback guidance if migration fails.
2026-07-20 11:45:09 +02:00
..