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
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...