Rank 4: Virtual Machine
So appwrite isn't launch cause it dépends of mariadb container, and 404 is normal cause traefik can't route request
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 4: Virtual Machine
So appwrite isn't launch cause it dépends of mariadb container, and 404 is normal cause traefik can't route request
Rank 4: Virtual Machine
Do you have somme error ?
Rank 2: Process
--volume /var/run/docker.sock:/var/run/docker.sock \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --entrypoint="install" \ appwrite/appwrite:1.3.4Starting Appwrite installation...Compose file found, creating backup: docker-compose.yml.1685198172.backupEnv file found, creating backup: .env.1685198172.backupChoose your server HTTP port: (default: 3000)80Choose 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```Rank 2: Process
These are the logs
Rank 4: Virtual Machine
try docker exec appwrite doctor
Rank 2: Process
Rank 4: Virtual Machine
Oh, disk is full
Rank 2: Process
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 files2023-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] Aborting2023-05-27 14:32:00 0 [ERROR] mariadbd: Error on close of '(null)' (Errcode: 9 "Bad file descriptor")```Rank 2: Process
this is the error from the container
Rank 4: Virtual Machine
No space left on device
Rank 2: Process
What is the fix for this space issue?
Rank 2: Process
on device means, there is 113gb left on my laptop??
Rank 4: Virtual Machine
Depends how you install docker on your mac
Rank 2: Process
I simply used the installer
Rank 4: Virtual Machine
I don't have mac and don't use docker GUI, perhaps you've an option to increase disk ?
Rank 2: Process
okay let me explore on this
Rank 4: Virtual Machine
Rank 4: Virtual Machine
On docker desktop, apparently you can change image size on Settings > Advanced > Ressources
Rank 4: Virtual Machine
Rank 2: Process
fixed with this command docker system prune
Rank 2: Process
Thanks a lot @Bouahaza and @D5 :appwriteheart2:
Rank 4: Virtual Machine
Add [SOLVED] at begin of your post title after check that everythings is ok
Rank 2: Process
okay. Got it
Rank 2: Process
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
Moderator
[SOLVED] 404 page not found