Skip to content

Commit ad6f6c5

Browse files
committed
Adjust log message
1 parent 4aecb6d commit ad6f6c5

File tree

1 file changed

+7
-1
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-mariadb-upgrade

1 file changed

+7
-1
lines changed

root/etc/s6-overlay/s6-rc.d/init-mariadb-upgrade/run

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@ if [[ "${#MYSQL_ROOT_PASSWORD}" -gt "3" ]]; then
99

1010

1111
#################################################################
12-
# An upgrade is required on your databases. Run the command #
12+
# #
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+
# #
1318
# mariadb-upgrade -u root -p<PASSWORD> #
19+
# #
1420
#################################################################
1521

1622

0 commit comments

Comments
 (0)