I have my self-hosted appwrite server on DO.
I have updated my appwrite server using these instructions https://appwrite.io/docs/upgrade.
after this command
docker run -it --rm
--volume /var/run/docker.sock:/var/run/docker.sock
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw
--entrypoint="install"
appwrite/appwrite:1.3.4
i cant enter in admin panel.
i've tride to:
cd appwrite/
docker compose exec appwrite migrate
but have an error: SQLSTATE[HY000] [1045] Access denied for user 'user'@'172.21.0.12' (using password: YES). How can I trouble shoot and investigate what has broken?