Then run this:
docker compose down && docker compose up -d
Wait
?
Doing those commands
1 second
Done
Does it work now?
No
I only have these 2 tables
And this error when I go to consoel
I see. This doesn't have any data, right?
No brand new
Or should have anything
Okay
5 minutes ago
Then shut down all containers by running
docker compose down
Then delete all volumes (β οΈ warning, this deletes all the data related to appwrite and it's storage)
docker volume rm $(docker volume ls -q)
And after that, try initializing everything again:
docker compose up -d
Alright
Same error
Do you have done all the steps?
Yes
What are the logs for docker compose logs appwrite
?
@D5
Here it is
Recommended threads
- Self hosted project based backup
Is there a native way to perform a project-level backup in a self-hosted instance, instead of backing up the entire Docker instance? If not, I would like to off...
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...