Can you provide more context here? Did you upgrade? Random crashes?
i upgraded and tryed to use the selfhosted functions but then it crafshed... so then i reset it all to stcom 1.5.1 so i removed my edits from the env (only the github changes)
Make sure you're upgrading then performing a migration, the steps are outlined here: https://appwrite.io/docs/advanced/self-hosting/update
i did migarte
and update
check if the the db container
is running
do a docker ps
did you bounce the containers w/ docker compose down && docker compose up -d
, would also be curious if you changed any environment variables. when running the upgrade, it should create a .env backup in the directory that you can look at to compare
changed nothing in the env, eaven restored the backup... and i ran the commands but still the db isnt runnign
the db is still listed as 1.4.13, is this normal?
Def not 🤔
what is the output of docker ps
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...