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 4aecb6d commit ad6f6c5Copy full SHA for ad6f6c5
root/etc/s6-overlay/s6-rc.d/init-mariadb-upgrade/run
@@ -9,8 +9,14 @@ if [[ "${#MYSQL_ROOT_PASSWORD}" -gt "3" ]]; then
9
10
11
#################################################################
12
-# An upgrade is required on your databases. Run the command #
+# #
13
+# An upgrade is required on your databases. #
14
15
+# Stop any services that are accessing databases #
16
+# in this container, and then run the command #
17
18
# mariadb-upgrade -u root -p<PASSWORD> #
19
20
21
22
0 commit comments