[SOLVED] Multiple Different Instances of a Same website with Appwrite
- 0
- Self Hosted
- Databases
- Web
I have Multiple Different Instances of a Same website with Appwrite. Do I need a different Set of Containers for Each website or I can just Create a new Project Id with the Same set of Containers?
Hi
You can make multiple projects on one Appwrite. You dont need multiple instances of Appwrite.
Oh great. If I want to backup al the Projects then, I can just Backup MariaDB right?
Hope this helps ❤️
Thanks👍
also this: https://www.youtube.com/watch?v=lM5yZEPtlvg
[SOLVED] Multiple Different Instances of a Same website with Appwrite
Recommended threads
- Framework categorization for Sites
Hello, I want to deploy my web app via Appwrite SItes. My web app is vite+reactjs. In the Appwrite docs, it creates a vite+react app, and chooses React from the...
- Attribute not found in schema on REST AP...
I'm querying a appwrite collection via the REST API on appwrite cloud 1.9.5 (no SDK) via a cloudflare worker and keep getting: ``` {"message":"Invalid query: A...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...