seeking advice to deploy my wordprees site on a new GCP vm.
the previous vm is down it was wordpress certified by bitnami click to deploy on Debian.
the vm got suspend and after reinstated its not accessible throw ssh.
so i create new ubuntu vm and mount the debian disk to take the files to the new vm.
i copied the wordpress folders to the new vm and i used new database.
i got the plugins and theme but no pages or photos or products or setting.
now i need to transfer the database to mysql in ubuntu.
the path of the files is
mounted/opt/bitnami/mysql/data/bitnami_wordpress
my new vm mysql path is
/var/lib/mysql
2
Answers
wordpress migration to new VM instance GCP mysql not running after migration
My site got unauthorized redirect, I have edited the theme php files then the GCP ssh dead ?!
I have followed the same again as my question
I create new vm wordpress certified by bitnami
Stop the 2 VM instance
Start the new VM instance
Stop the 2 VM instance
Kindly advice as the VM is down and i need to restore it asap
#########################
Thanks echo resolved after executing
and i got to know the permission is not enough
so i execute
Bitnami Engineer here,
Every time a user wants to migrate the WordPress content to a new instance, we suggest them use the All in One WordPress Migration plugin. You will simply need to export the data in your current instance
and export it later in the new instance you launch
If you had any other customization in the instance (SSL certificates, redirection, …), you will need to apply those changes in the new instance as well.
You can learn more about that here.