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
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...