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
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- Appwrite exception: user_unauthorized, t...
After refreshing the app it is working perfectly