Closed derschatta closed 1 year ago
Addresses #159
This requires a few steps when you are using the affected services (mysql, mssql, pgsql, mariadb):
tstop mysql
docker container rm totara_mysql57
tdocker up -d --remove-orphans mysql57
If you follow these steps the data should still be there. Of course you need to update your config.php to connect to mysql57 instead of mysql.
mysql57
mysql
Thanks @NathanielWalmsley but the container we renamed is pgsql -> pgsql12. Probably best to try that one too.
rebased path as well
Addresses #159
This requires a few steps when you are using the affected services (mysql, mssql, pgsql, mariadb):
tstop mysql
docker container rm totara_mysql57
tdocker up -d --remove-orphans mysql57
If you follow these steps the data should still be there. Of course you need to update your config.php to connect to
mysql57
instead ofmysql
.