sophex89Original post
Web Developer
hi, is there a way to migrate locally running instance to a remote vm?
Summary
There are a few options to migrate a locally running instance to a remote VM:
1. Backup Method: You can use the backup method by following the instructions provided in this YouTube video: [link]. This method involves backing up the local instance and then importing it into the remote VM.
2. Migrations API: If the local instance is accessible through the internet, you can use the migrations API to migrate it to the remote VM. This method allows you to transfer the entire instance, including the data.
3. CLI: If you only want to import the project structure without the data, you can use the CLI (Command Line Interface).