Home / Docs / Meilisearch (Hardened) / Configuration
/etc/meilisearch.env (environment-file driven)
Stop meilisearch, write a new key into /etc/meilisearch.env, start — then re-issue API keys (the master key derives them).
curl -s http://127.0.0.1:7700/health → {"status":"available"} — wire this into your cloud's monitoring agent or an external probe.Replace with the newest image version; move data via dumps (POST /dumps → import on the new instance).
POST /dumps (portable) or snapshots directory for same-version restores; copy off-box.