To migrate ELMA365 On-Premises to another server, follow these steps:
- Make a virtual machine backup copy to avoid possible data loss.
- Perform a data dump by running the following command:
elma365ctl dump
- Move the dump file located in the
/backup/
folder to the new server. - Delete microk8s:
snap remove microk8s --purge
- Install ELMA365 On-Premises. Specify a new domain if needed.
- Restore the data dump you prepared on step 2 by running the following command:
elma365ctl restore --path=/backup/<dump_file_folder>
Was this helpful?
Found a typo? Highlight the text, press ctrl + enter and notify us