everything is working fine. tables are created
🥳
Should I raise a Github issue describing the condition? it needs to be fixed I guess
yes, when appwrite starts, it checks to see if the tables are there. if not, it'll create them
we may want to document the need to create the database first. I'm not sure the best way to document that @VincentGe
For external DBs right?
We can add a page under installation tbh 😛
But idk
oh duh
What is _APP_DB_ROOT_PASS for?
I aassumed this was needed to create the Schema
when you spin up the mariadb container, it creates the database automatically.
required by the mariadb container for startup/initialization
yes! most important question lol
I seee, I'm guess it's a task we run at start up right?
It deosn't work for external instances
🤔
yes? as part of it's initialization, it creates the root account with that password, a non-root user, and the database specified
sorry, we don't run these tasks. the out-of-the-box mariadb image does this
I'm guessing if you set the root password on RDS, Appwrite should be able to create the appwrite DB right?
Although they call it "Master User" https://aws.amazon.com/premiumsupport/knowledge-center/reset-master-user-password-rds/
😑 or smthing else non-standard
[SOLVED] Unable to remotely connect to MariaDB instance
Appwrite doesn't create the database. it needs to be created beforehand
🤔 Okay so we have to explicitly create the schema I see. Thanks!
Recommended threads
- Relationship data Not showing on update ...
Version : 1.9.0 OS/System : Windows10/Docker Database : MongoDB Clean Zero Installation The first thing I did in the testing process was create a category and...
- I lost my account, only thing i have is ...
So i had this project on appwrite for my web project called Islami zindagi, but i havent used it in a while, now i tried to login, but i could not remember the ...
- 403 The current user has been blocked.
Hello, I have a free plan; I've tried to access my project and I get the message "403 The current user has been blocked." I have database, sites, and auth in us...