
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
- Server error 500 in appwrite 1.8.0jwt = users.create_jwt(res["userId"])["jwt"] I got this error 500 after changing environment variables and restarting containers export _APP_DOMAIN=server1.ava... 
- Email templates partially broken in non-...Good afternoon! Non-english locales are missing some variables introduced in recent releases. That makes the sent emails look bad. The issue has been raised a... 
- AI feature by functions?I'm creating a website where, in short, users can index certain genealogical content. In connection with the development of AI, I was thinking about introducing... 
