hi, is there a way to migrate locally running instance to a remote vm?
You can use the migrations API if the local one is available through internet or do a backup of the local instance and import then in the other instance.
If you just want to import the project structure, you can use CLI
ok thanks!
@sophex89 This could be useful for you if you choose to do the backup method: https://youtu.be/lM5yZEPtlvg?si=jdGwBCOVoFZSB4qM
Recommended threads
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...