From 98ebaefd1fbaaa3f7d659edfd4e5470ef000768e Mon Sep 17 00:00:00 2001 From: ammaratef45 Date: Sat, 24 Aug 2024 07:55:06 +0000 Subject: [PATCH] Update docs/maintainers/tutorial.md --- docs/maintainers/tutorial.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/maintainers/tutorial.md b/docs/maintainers/tutorial.md index d0c08de..2dd7693 100644 --- a/docs/maintainers/tutorial.md +++ b/docs/maintainers/tutorial.md @@ -52,6 +52,17 @@ Open the `compose.yml` in your favourite editor and have a gander 🦢. The The resulting `compose.yml` is available [here](https://git.autonomic.zone/coop-cloud/matomo/src/branch/main/compose.yml). +### Updating the `.env.sample` + +Open the `.env.sample` file and add the following + +``` +DB_PASSWORD_VERSION=v1 +DB_ROOT_PASSWORD_VERSION=v1 +``` + +The resulting `.env.sample` is available [here](https://git.coopcloud.tech/coop-cloud/matomo/src/branch/main/.env.sample) + ### Test deployment !!! note "Running Co-op Cloud server required!"