nixos/meilisearch: enable experimental dumpless upgrade by default (#469620)
This commit is contained in:
@@ -38,4 +38,6 @@ you first need to add documents to an index before you can search for documents.
|
||||
|
||||
- `dump_dir` and `snapshot_dir` are set to `/var/lib/meilisearch/dumps` and `/var/lib/meilisearch/snapshots`, respectively. This is equivalent to the upstream defaults.
|
||||
|
||||
- `experimental_dumpless_upgrade` is set to true by default in order to allow unattended upgrades.
|
||||
|
||||
- All other options inherit their upstream defaults. In particular, the default configuration uses `env = "development"`, which doesn't require a master key, in which case all routes are unprotected.
|
||||
|
||||
@@ -179,6 +179,9 @@ in
|
||||
|
||||
# this is intentionally different from upstream's default.
|
||||
no_analytics = lib.mkDefault true;
|
||||
|
||||
# allow updating without manual intervention
|
||||
experimental_dumpless_upgrade = lib.mkDefault true;
|
||||
};
|
||||
|
||||
# used to restore dumps
|
||||
|
||||
Reference in New Issue
Block a user