Docker Compose Upgrade process 4.5.1 to 4.5.2 failed

Hello everyone,

I tried to update my instance version 4.5.1 to 4.5.2, which unfortunately doesn’t work correctly.

I use the following commands for the upgrade (docker-compose.yaml is in the same directory):

docker compose --project-name mayan down
docker pull mayanedms/mayanedms:s4
mv docker-compose.yml docker-compose.yml.bck
curl https://gitlab.com/mayan-edms/mayan-edms/-/raw/master/docker/docker-compose.yml -O
curl https://gitlab.com/mayan-edms/mayan-edms/-/raw/master/docker/.env -O

change DATABASE_NAME, DATABASE_PASSWORD and DATABASE_USER in the .env file

all other settings are identical to the previous .env file.

change the watch_folder in the docker_compose.yaml file

docker compose --project-name mayan up --detach

No error messages are displayed and the containers start up smoothly. But some settings are no longer available on the user interface. For example, I can no longer change or view the watch folders.

Am I forgetting something during the update process?