[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
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- User Filter/Sorting/Analytics
Currently the dashboard for users is very limited. I would like to have an option to sort by column and also to filter by column, to for example find users that...
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...