diff --git a/README.md b/README.md index 2a4121d..ca3b1e5 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ #### from 4.27.0 to 4.28.0 -To prevent error messages (like: `[Warning] InnoDB: Table mysql/innodb_table_stats has length mismatch in the column name table_name. Please run mysql_upgrade` for mariadb. +To prevent error messages (like: `[Warning] InnoDB: Table mysql/innodb_table_stats has length mismatch in the column name table_name. Please run mysql_upgrade`) for mariadb. Go to the directory where the `docker-compose.yml` file is located and execute the following commands: ``` @@ -90,6 +90,8 @@ docker-compose exec mysql-gitbucket sh -c 'exec mysql_upgrade -uroot -p"${MYSQL_ROOT_PASSWORD}"' ``` +#### do update + 1. Commit your local changes. Changes in `gitbucket.conf` will be ignored! 2. get the new image