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
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...