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
- Redis with user/pass doesn't work NO_AUT...
When trying to externalize my redis to a valkey server, i saw the user/pass doesn't work. After looking the appwrite code, i saw some of the init does not pass...
- Export, Import or Migration giving this ...
As you can see in yhe screenshot i am not able to export any data or export the data from tables. Also it is affecting the migration from appwrite to appwrite h...
- local (self-hosted) sites issues
setup: - `composer run installer:dev` issues - Getting error when visiting the site ```Synchronous function execution timed out. Use asynchronous execution in...