[CLOSED] Server SDK when deleting database, collection attributes are not deleted.
- 0
- Self Hosted
- Tools
let me check.
You might want to upgrade to 1.4.11
is this known issue in 1.4.9 ?
if so let me try to upgrde it
There was a problem with the deletes worker getting stuck...but it only happens with larger instances of Appwrite like cloud
so 1.4.11 fixing this , right
1.4.10 did. 1.4.11 has some other fixes
right. let me move to 1.4.11 then
I have upgraded to 1.4.11, but the issue is still persistence
@Steven
Did you check the logs before upgrading?
seem nothing there
Before upgrading?
right
For which containers?
workers-delete
What about databases?
i have not checked
Probably too late now
cant be resovled?
I don't know what happened. You may need to manually delete tables and things from the metadata, attributes, indexes, etc. tables
is possible to do with appwrite deploy ?
If the job is gone, no
so better to wipe the db
[CLOSED] Server SDK when deleting database, collection attributes are not deleted.
Recommended threads
- functions domain error
I cannot set up the domain for function I’m trying to add the domain api.example.com I can only use Cloudflare as the DNS provider because my domain provider do...
- Storage Bucket Permissions
Hey folks, when enabling CRUD on the bucket level for the role any, should the bucket be accessible when using a session client?
- Python function - error while creating /...
I have been trying to figure it out myself for the last 2 days. I have self-hosted appwrite instance, and I am running python 3.12 function. It works great up t...