#[SOLVED]Help with update

4 messages · Page 1 of 1 (latest)

verbal kraken
#

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?

terse bloom
#

When you ran the first command to upgrade, did you change the encryption key?

#
|- var
    |- www
        |- appwrite

Considering the above example folder structure, you will have run the upgrade script in www, and the migrate script in appwrite.

#

Have you done this? Or did you run the upgrade script in appwrite?