Follow the MariaDB steps here
mariadb:
image: mariadb:10.7 # fix issues when upgrading using: mysql_upgrade -u root -p
container_name: appwrite-mariadb
<<: *x-logging
restart: unless-stopped
networks:
- appwrite
volumes:
- appwrite-mariadb:/var/lib/mysql:rw
environment:
- MYSQL_ROOT_PASSWORD=${_APP_DB_ROOT_PASS}
- MYSQL_DATABASE=${_APP_DB_SCHEMA}
- MYSQL_USER=${_APP_DB_USER}
- MYSQL_PASSWORD=${_APP_DB_PASS}
command: 'mysqld --innodb-flush-method=fsync'
Oh, okay
Tried that but still the same
do you have a reverse proxy in front?
Yes from cloudflare
I just disable the proxy but the same
Cloudflare won't affect that's okay
Nothing else?
Nothing else
This doesn't seem right...usually domain and domain target are the same.
Is the domain your accessing appwrite == that domain env var?
Can I downgrade to previous version then upgrade again
You have db backup?
It's a new APP, no data yet
Then you can just reinstall it
And also change the _APP_DOMAIN to match the _APP_DOMAIN_TARGET
I'm acccesing Appwrite via appwrite.mydomain.com
Then set _APP_DOMAIN to that domain
_APP_DOMAIN is not your outside app but is the Appwrite domain
After changing - if it's a live Appwrite - run
docker compose down && docker compose up -d
And you should be set to go
Wow, it's working now Thanks alot ✌🏽
<:appwriteupvote:899677724615016528>
And now it error 500
For this part check this
This is just a temporary solution till Appwrite will release the patch
Recommended threads
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...