Then make a restore of the database retrieved from Server1:
At this stage you may be facing this error message if you verify the status on the MariaDB service:
To solve this you have to perform a MariaDB upgrade and then restart MariaDB service:
Once this is done NODEUM ansible package has to be roll out to set back the database permissions.
When this is on the same server, the procedure looks the same, but it is recommended to pay more attention to make full dump and database backup which are copied externally.
The process is the following:
Full Backup of the server in following the regular NODEUM Backup feature.
Full dump of the Databases
Stop MariaDB server
Uninstall MariaDB-server 10.4.x
Install MariaDB-server 10.6.x
Restart MariaDB server
Execute mariadb-upgrade command
If everything is OK, do the appropriated check and verification
Run latest NODEUM ansible playbook following the standard procedure.