Upgrade failed - is my deployment broken now? Can I fix it?
I fear I may have broken my twenty deployment. Here is what I did:
I thought I was on v0.55.1 so I just did
1. dbdump
2. podman-compose down
3. Edit .env file setting TAG=0.55 (was TAG=latest before)
4. podman-compose up
Now, twenty got up immediately but it did not download new images. So I did the following:
* podman-compose down
* podman-compose pull
Now it downloaded new images.
I started twenty:
* podman-compose up -d
Now twenty starts up. But I cannot login. When I enter a username, I get this error: QueryFailedError
I then tried inspecting the database dump. And now it seems that I may have been on 0.51.0 and not 0.55.1 as I thought....
So have I completely broken my deployment? OR can I fix this? If so, how?
I thought I was on v0.55.1 so I just did
1. dbdump
2. podman-compose down
3. Edit .env file setting TAG=0.55 (was TAG=latest before)
4. podman-compose up
Now, twenty got up immediately but it did not download new images. So I did the following:
* podman-compose down
* podman-compose pull
Now it downloaded new images.
I started twenty:
* podman-compose up -d
Now twenty starts up. But I cannot login. When I enter a username, I get this error: QueryFailedError
I then tried inspecting the database dump. And now it seems that I may have been on 0.51.0 and not 0.55.1 as I thought....
So have I completely broken my deployment? OR can I fix this? If so, how?