I tried to delete an attribute from a collection, and it’s entered some kind of limbo state called “stuck”. Restarting appwrite didn’t help. Wondering if something is amiss at the MariaDB end?
What's in the appwrite-worker-deletes docker logs?
Here you go
What's the attribute key?
facility_id
Are these logs from after the attribute became stuck only?
Can you also share the docker logs for the appwrite-worker-databases container?
I tried to delete it earlier today but that log is from after rebooting appwrite, so it’s possible it has no evidence of the defective delete. I just tried deleting again, but nothing seemed to be added to this log.
Ya...I would need the logs from when it happened to try to figure out the root cause
This last log seems to say something useful, “Key column 'facility_id' doesn't exist in table”
Now I know to save the logs immediately should something weird happens
Maybe the attribute didn't create successfully?
You could try to recreate the collection
Recommended threads
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...