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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- 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...