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
- Current User is Not authorized
recreating same Thread
- Account Status
Hello! I'm a student and am in the GitHub Student Organization, and according to GitHub, I am recieving pro membership via the Student Dev Pack. However, when I...
- Refund Request - Just purchased 2 mins a...
Hello Appwrite Team! I am a student and like 2 minutes ago I purchased Appwrite Pro ($15) because I had reached a limit on the number of attributes in a collect...