Is it possible to connect Appwrite to an external MariaDB instance ? This could facilitate a lot of things specially upgrade.
External mariabDB instance
yes, you can set environment as described here https://appwrite.io/docs/environment-variables#mariadb
Hi , check this out: https://github.com/appwrite/appwrite/discussions/1461#discussioncomment-1128637
Sorry for my noob question, but I want to know where exactly appwrite store all data, I see many services and many databases in docker compose, but where store appwrite all data, in MariaDB?, if thats true is better idea to have and external instance of MariaDB, I think, just for the question @Arkany tell, it's a way to keep data safe. Could the new upadates change that mariaDB for Postgres? it more robust I think
Well may be this articule help with the question, is so easy to dump MariaDB and restore by ssh comand line, I share the post: https://dev.to/appwrite/appwrite-in-production-backups-and-restores-4beg
About Postgres support; https://github.com/appwrite/appwrite/issues/2541
Thanks, great info
[SOLVED] External mariabDB instance
Recommended threads
- Free plan Usage
I using a free plan with one organization. I have three projects but on the free plan I should be able to have 2 projects running But in my case only 1 out of ...
- Database AI Column Suggestion Use Case
I tried using the AI column suggestion feature. For me, I prefer writing my column design separately in a notepad. Then my intention is to paste it into the AI ...
- Cant get realtime working
Hey I nned some help with realtime a gain. I was using client.subscribe(...), and i found out that its depricated then i believe realtime.subscribe(...) is the ...