Hello I'm using custom docker compose.
First I'm upgrade from 1.5.10 to 1.5.11, and run migrate command. Everyting is fine, I can access console.
And after that, I'm upgrade from 1.5.11 to 1.6.0, and run migrate command. And I refresh the console, it return like the image attached.
This log from the server
If I check, the api (/v1) is working fine, but I can't access the console.
I notice this, should I add this to my docker compose ya?
Did the migration command run successfully?
What happens if you run it again?
Also, do you have backups?
Yes
You have upgraded it manually then?
Yeah successfully
Yeah, custom docker compose, manually chang version
You have to manually check all the added environment variables as well
I use https://diffchecker.com
My process is
- I upgrade my local appwrite env to the new version
- I run diffchecker and create a new docker-compose and env file
- I update my test server I have up for upgrading
- After that upgrades successfully, (and run the migrate) I then run a bunch of tests to see wassup
I update from 1.5.11 to 1.6.0 and got the same error when opening the console. Help me, please, how to fix this?
How did you upgrade to 1.6
According to the instructions from the documentation https://appwrite.io/docs/advanced/self-hosting/update
Everything works except the console page
Recommended threads
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...