Upgrade to 2.1 not working

Hello,

I’m trying to update Xibo to the latest version, 2.1. But unfortunately, I got problems with the database.
I’m using Docker on a Synology NAS, which has worked perfectly for a long time.
I made a backup before the update, used docker-compose down, replaced the docker-compose.yml (with port-adjustments we use here), and ran docker-compose up -d.
This went without any problems, and upon opening the website, the message Fatal Error - sorry this shouldn’t happen. SQLSTATE[HY000] [1045] Access denied for user ‘cms’@‘172.19.0.4’ (using password: YES)
But, I have a password set in config.env, which hasn’t changed.
After trying to roll back to the previous installment, the database container won’t boot, giving the warning You need to specify one of MYSQL_ROOT_PASSWORD, MYSQL_ALLOW_EMPTY_PASSWORD and MYSQL_RANDOM_ROOT_PASSWORD.
Again, there is a password set, but it seems like the installation doesn’t use the config.env-file.

What is going wrong? What can be done to get it working again?

Thanks in advance!

After a few more attempts, it seems like docker-compose doesn’t use the env-file.
Even the parameters set in the env-file, e.g. e-mail address. Even the mysql-user is not set properly, wherefore the user is set to “root”, instead of “cms”.