From c111050c8f0f84d7f7d9b8e5f665be48e267e71f Mon Sep 17 00:00:00 2001 From: lamusmaser <1940060+lamusmaser@users.noreply.github.com> Date: Wed, 9 Nov 2022 19:38:07 -0700 Subject: [PATCH] Update Synology documentation to include snapshot flag details. (#361) --- docs/Installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Installation.md b/docs/Installation.md index 7dcf0d5..ee06eed 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -195,7 +195,9 @@ Once all of the folders have been created, it should have a folder structure wit - "GID=0" - "xpack.security.enabled=true" - "ELASTIC_PASSWORD=verysecret" + - "path.repo=/usr/share/elasticsearch/data/snapshot" > Do not use the default password as it is very insecure. + > Activating snapshots for backups should only be done *after* setting the `path.repo` setting. ![Synology - ElasticSearch Environment Configurations](assets/Synology_0.2.0_Docker-ES-Env-Conf.png) 12. Click on the **Apply** button. 13. Back on the **Create Container** screen, click the **Next** button.