🐛 Bug Report: Unable to connect to Remote Database #4644
Replies: 2 comments 1 reply
-
@kennethmakjw is digital ocean's managed database MySQL? If so, that may be the problem. Appwrite uses mariadb and since Mariadb and MySQL are slightly different it won't work. Would you be able to use a mariadb database? Otherwise, you may need to tweak some of the Appwrite code (we can advise on that if needed). |
Beta Was this translation helpful? Give feedback.
-
Yes, it is indeed a MySQL server. Could you share the steps to tweak the code? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
👟 Reproduction steps
I am trying to connect my remote DB from DigitalOcean Managed Database and I'm not able to connect to it because Appwrite failed to established a connection.
👍 Expected behavior
It should connect to the database and Appwrite should operate normally.
👎 Actual Behavior
Appwrite did not work, it failed to connect, the logs shows:
🎲 Appwrite version
Version 1.0.x
💻 Operating system
Linux
🧱 Your Environment
I am trying to use a remote database, I have modified the .env and ran docker compose up -d
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
Beta Was this translation helpful? Give feedback.
All reactions