
Iam newbie.I am thinking to use appwrite for my saas app. I am trying to build content locker site. I willhave 1000 clients and these clients will have 1000s of users. Something like wordpress membership site. Iam thinking to use appwrite selfhost version and have seperate databse for every client. So,when user registers,I create seperate database for him. Is this correct way ? Secondly,I am thinking ifi update the schema (lets say include new field ) .How willlIupdate 1000s of databases via docker? Thanks

Hey!
Sounds like a plan!
Let me ask some questions to understand correctly. So, each client will have their own data, however what kind of data? Is it just a single document (record) with attributes? is it multiple?
Before I say anything about your "updating databases" question, I would like to know the first.
Are users also able to interact with the database? Or are you the only one who can access them?
Recommended threads
- Having errors migrating to cloud
Project will not migrate compeltely
- ENV vars not updating
When i do `nano .env` it shows `_APP_DOMAIN_TARGET=` as set to my domain, but when i do `docker compose exec appwrite vars` it shows `_APP_DOMAIN_TARGET=` as ...
- Index with the requested key already exi...
I'm using appwrite cli to create DB and I'm getting index_already_exists Is there a way to undestand the index name and maybe to skip if it's already exits?
