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
- Project paused?
Hello, I have two Appwrite projects and I can not resume them for some reason. I'm using the free plan, and I saw in the pricing page that 2 free projects are a...
- Failed to generate functions SSL
```appwrite-worker-certificates | Cannot renew domain (functions.domain.com) on attempt no. 9 certificate: Failed to verify domain DNS records. appwrite-worker...
- Dart 3.10 runtime on self-host 1.8.1
I added dart-3.10 runtime in .env file, applied the changes, but cannot see such option on console. is dart 3.10 not supported by self hosted 1.8.1? if not, whe...