I can't access one database. Another collection that is inside this automaton database has been deleted. How to delete this database. I have already created another database. Now I canβt delete the old one, it says 500 Internal Error
Im getting the same error!
Containers logs
appwrite-realtime | Connection close: 81
appwrite | [Error] Timestamp: 2023-06-27T15:21:19+00:00
appwrite | [Error] Method: POST
appwrite | [Error] URL: /v1/databases/:databaseId/collections
appwrite | [Error] Type: PDOException
appwrite | [Error] Message: There is already an active transaction
appwrite | [Error] File: @swoole-src/library/core/Database/PDOProxy.php
appwrite | [Error] Line: 43
appwrite-realtime | Connection open (user: 82)
appwrite-usage | [27-06-2023 15:21:21] Aggregating Timeseries Usage data every 30 seconds
Appwrite Version: 1.3.7
A few moments later the collection appears.
Please create a separate <#1072905050399191082> post rather than posting in an existing one
Are you on cloud?
I installed on ubuntu via docker. Version 1.3.7
What do the docker logs say for the appwrite container?
even look terrible
According to this, the collection id doesn't exist π§
Hello again! How can now delete this non-working database without the console?
You can
- Use server side API https://appwrite.io/docs/server/databases?sdk=nodejs-default#databasesDelete
- You can login directly to Appwrite MariaDB, check this: https://gist.github.com/byawitz/885510a4d9789e97424337e9472276d7
Recommended threads
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...