So appwrite isn't launch cause it dépends of mariadb container, and 404 is normal cause traefik can't route request
Do you have somme error ?
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \
appwrite/appwrite:1.3.4
Starting Appwrite installation...
Compose file found, creating backup: docker-compose.yml.1685198172.backup
Env file found, creating backup: .env.1685198172.backup
Choose your server HTTP port: (default: 3000)
80
Choose your server HTTPS port: (default: 443)
Choose a secret API key, make sure to make a backup of your key in a secure location (default: 'hello-imfali')
Enter your Appwrite hostname (default: 'localhost')
Enter a DNS A record hostname to serve as a CNAME for your custom domains.
You can use the same value as used for the Appwrite hostname. (default: 'localhost')
Running "docker compose -f /usr/src/code/appwrite/docker-compose.yml up -d --remove-orphans --renew-anon-volumes"
Appwrite installed successfully```
These are the logs
try docker exec appwrite doctor
Oh, disk is full
2023-05-27 14:32:00+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
2023-05-27 14:32:00+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.7.8+maria~ubu2004 started.
2023-05-27 14:32:00+00:00 [Note] [Entrypoint]: Initializing database files
2023-05-27 14:32:00 0 [ERROR] mariadbd: Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")
2023-05-27 14:32:00 0 [ERROR] Aborting
2023-05-27 14:32:00 0 [ERROR] mariadbd: Error on close of '(null)' (Errcode: 9 "Bad file descriptor")```
this is the error from the container
No space left on device
What is the fix for this space issue?
on device means, there is 113gb left on my laptop??
Depends how you install docker on your mac
I simply used the installer
I don't have mac and don't use docker GUI, perhaps you've an option to increase disk ?
okay let me explore on this
On docker desktop, apparently you can change image size on Settings > Advanced > Ressources
fixed with this command docker system prune
Thanks a lot @Bouahaza and @D5 :appwriteheart2:
Add [SOLVED] at begin of your post title after check that everythings is ok
okay. Got it
I dont know why I am not able to edit the title of the post. I used the edit post option at the top right
[SOLVED] 404 page not found
Recommended threads
- Charged after Downgrade
I downgraded from the pro plan last month, but it’s still trying to charge my card this month and my account has been restricted
- Wifi issue with Pop!_OS linux distro
Hey guys... iam facing this very peculiar trouble with my linux distro... I use Pop!_OS on my HP victus gaming laptop with nvedia 2050 graphics card.... The pro...
- Urgent Help
Hello Appwrite team, I urgently need your help. I am the founder of OnBuch, an EdTech application used by around 10,000 users in Cameroon. In the last two day...