We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1b621 commit 6809b74Copy full SHA for 6809b74
documentation/UPDATE.md
@@ -2,7 +2,14 @@
2
3
# Update
4
5
-# Update to 3.4.x
+## Preparation
6
+
7
+If you have cloned the git repository it's safe to pull the new version.
8
9
+If you have used a zip file make sure to replace the `docker/` directory and also
10
+update `docker-compose.yml` and `docker-env.yml`.
11
12
+## Update to 3.4.x
13
As `PHP_UID` was replaced with `EFFECTIVE_UID` and `PHP_GID` was replaced with `EFFECTIVE_GID` you
14
have to rebuild all containers with this variables: `main` and `web`
15
0 commit comments