I'm looking to do a migration from one self-hosted instance to another self-hosted instance. I am using a DO spaces for my storage bucket on Appwrite and was wondering how a migration would affect this? If I have the same DO env vars setup on the new self-hosted instance, would the migration duplicate the files, or would it just copy the metadata across from the old self-hosted instance?
You just need to enter the credentials in the new instance
But you will need to copy the database in the new instance
Obviously manually and not with the migration script
In order to make it with the migration script, you need a new DO spaces bucket
Recommended threads
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...