You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme-vars.yml
+10-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ optional_block_1: false
53
53
app_setup_block_enabled: true
54
54
app_setup_block: |
55
55
If you didn't set a password during installation, (see logs for warning) use
56
-
`mysqladmin -u root password <PASSWORD>`
56
+
`mariadb-admin -u root -p<PASSWORD>`
57
57
to set one at the docker prompt...
58
58
59
59
NOTE changing the MYSQL_ROOT_PASSWORD variable after the container has set up the initial databases has no effect, use the mysqladmin tool to change your mariadb password.
@@ -94,8 +94,17 @@ app_setup_block: |
94
94
```
95
95
This will have the same effect as setting the `REMOTE_SQL` environment variable. The sql will only be run on the containers first boot and setup.
96
96
97
+
### Upgrading
98
+
99
+
When this container initializes, if `MYSQL_ROOT_PASSWORD` is set an upgrade check will run. If an upgrade is required the log will indicate the need to run:
- { date: "11.10.22:", desc: "Rebase master to Alpine 3.16, migrate to s6v3, remove password escape logic which caused problems for a small subset of users." }
100
109
- { date: "06.07.21:", desc: "Rebase master to alpine." }
0 commit comments