Dear community ,
I am currently attempting to migrate my Open edX server to a new server and have encountered challenges during the process. Despite following the recommended migration steps, the system is not functioning as expected on the new server.
Here’s a brief overview of what I’ve done so far:
Stopped services on the original server using tutor local stop.
Transferred the configuration, environment, and platform data using:
If you are using a cloud service provider like AWS and hosted the Open Edx on EC2 instance you can create an image (AMI) of the EC2 instance and restore it on a new server, all the major cloud service providers have similar features.
Thanks for the tip, Harout! I’m currently using Azure VMs and am looking into migrating to AWS. Your suggestion to create an AMI of the EC2 instance and then restore it on a new server seems like a great strategy. Are there any specific nuances or best practices I should be aware of when transitioning from Azure to AWS to ensure a seamless migration?
@tech I haven’t migrate Open Edx from Azure to AWS before , but I think the way of creating image and then restoring isn’t straightforward since Azure and AWS use different virtualization systems.