zimbra 8.5 (Vmware) to zimbra 8.5 (AWS,Azure) migrate
-
can someone help to migrate zimbra 8.5 to zimbra 8.5?? same OS but primary zimbra is in vmware and we need to migrate to cloud (AWS,Azure) but i need zimbra accounts same password when we migrate..
-
Before doing this, I would take the time to update your Zimbra. 8.5 is pretty old. Current is 8.8.9.
-
Zimbra backup and restore processes are not hard. It's all just a copy command other than installing the app itself.
https://wiki.zimbra.com/wiki/Backing_up_and_restoring_Zimbra_(Open_Source_Version)
-
Backing up (from Zimbra):
Since all of the components Zimbra needs are stored in the Zimbra folder itself, you can simply copy the folder to a safe location.
It may be possible to create a cron job to do these tasks automatically. This it the command:
cp -rp /opt/zimbra [location of backup]/zimbra_backup
Depending on your hardware and the amount of data contained in your Zimbra installation, this process can take a while.
Note: It is a very good idea to tag your installation with the version/build of zimbra that will be backed up (ie 3.0.0_GA_156) and the date of backup. You'll need this later.
-
Thanks Scott..so it will restore same as is.. no need to worry about password
-
@nagendra said in zimbra 8.5 (Vmware) to zimbra 8.5 (AWS,Azure) migrate:
Thanks Scott..so it will restore same as is.. no need to worry about password
The entire database, including the passwords, is copied from one to the other. The passwords are kept in MariaDB.
-
Wouldn't be much of a backup, if it didn't get the user details
-
For AWS and Azure you can Import your VMs too (Can be tedious at times, specially Azure)
https://aws.amazon.com/ec2/vm-import/
https://msdn.microsoft.com/en-ie/migrate-vmware-to-azure.aspx