Derek Coleman & Associates Inc logoDerek Coleman & Associates Inc

Home / Docs / Meilisearch (Hardened) / Configuration

Configure Meilisearch (Hardened)

Configuration files

/etc/meilisearch.env (environment-file driven)

Credential rotation

sudo systemctl stop meilisearch; write a new MEILI_MASTER_KEY=... into /etc/meilisearch.env; sudo systemctl start meilisearch — then re-issue API keys (the master key derives them).

Monitoring & logging

Upgrades

Replace with the newest image version; move data via dumps (POST /dumps → import on the new instance).

Backup & restore

POST /dumps (portable) or snapshots directory for same-version restores; copy off-box.