Hi, For the backup, add the --scope=all argument as follows:
engine-backup --scope=all --mode=backup --file=/root/backup It will backup many more things than only the database. Restore the backup on the new host, when it finishes you need to run engine-setup to fill any gaps from the backup and the version you just installed. It may run changing nothing but is required, so your commands should be: engine-backup --mode=restore --file=backup --log=backup_restore.log engine-setup ()s Marcos -----Original Message----- From: [email protected] <[email protected]> Sent: Monday, October 21, 2024 5:03 PM To: [email protected] Subject: [External] : [ovirt-users] Migration of oVirt Engine and Hosts from CentOS 8 to CentOS 9 Dear, I would like help with the following question: I need to migrate my oVirt Engine and oVirt Hosts from CentOS 8 to CentOS 9. My plan is to back up the database using the engine-backup command. For example: engine-backup --mode=backup --file=db_backup My next step will be to install the oVirt Engine on CentOS 9 and restore the backup. For example: engine-backup --mode=restore --file=db_backup --log=backup_restore.log --change-db-credentials --db-host=didi-lap --db-user=engine --db-password=your_password --db-name=engine Finally, I will add a new oVirt Host with CentOS 9 and migrate the virtual machines. Are there any considerations I should be aware of? Could you please guide me? _______________________________________________ Users mailing list -- [email protected] To unsubscribe send an email to [email protected] Privacy Statement: https://urldefense.com/v3/__https://www.ovirt.org/privacy-policy.html__;!!ACWV5N9M2RV99hQ!Kkw1p6PEJABd5cYRc9tpRM8OmyIGeM3xCs-c01KgAw-fmwZG3sdH5FNeMzgNjamjxeBt7FkAdAj9gDp3eDx0CBCm-w$ oVirt Code of Conduct: https://urldefense.com/v3/__https://www.ovirt.org/community/about/community-guidelines/__;!!ACWV5N9M2RV99hQ!Kkw1p6PEJABd5cYRc9tpRM8OmyIGeM3xCs-c01KgAw-fmwZG3sdH5FNeMzgNjamjxeBt7FkAdAj9gDp3eDwWtRr75Q$ List Archives: https://urldefense.com/v3/__https://lists.ovirt.org/archives/list/[email protected]/message/M7TDHMFCHVP6XD2ZVD2OU3XNG4AVZNL7/__;!!ACWV5N9M2RV99hQ!Kkw1p6PEJABd5cYRc9tpRM8OmyIGeM3xCs-c01KgAw-fmwZG3sdH5FNeMzgNjamjxeBt7FkAdAj9gDp3eDyRwUZxtQ$ _______________________________________________ Users mailing list -- [email protected] To unsubscribe send an email to [email protected] Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/[email protected]/message/AVFEKEM5JINWZYREW3PZ7AXJLACPC6VG/

