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
- Invalid query: Query on attribute has gr...
I cannot view the table within the Console
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...