Hi Lorenz,
this feature is not well-tested and really only used for internal tests. If you want to copy the database to another QluMan instance, you can use the regular mariadb backup located underneath /var/backups/mariaDB. On the server where you want to import the DB just stop qlumand, drop/recreate the QluMan DB and import the backup data in the usual mysql/mariadb way something like.
drop database QluMan; create database QluMan; mariadb QluMan < <backup file>
But beware that imported data on another cluster might need some handish adjustments in the DB due to changed network addresses on the new head-node.
Best,
Roland
On 2/20/25 08:51, ldettmann--- via Qlustar General wrote:
Hi Goswin,
Thank you for your message. I am actually logged in as the admin user. When I tried to restore the database, I obtained the following log entry from qlumand.log: `ERROR server.admin client:admin [b'\x00k\x8bE\x94'] lacks right to request restore_db` Could something else cause the permission issue?
Best regards, Lorenz _______________________________________________ Qlustar General mailing list -- qlustar-general@qlustar.org To unsubscribe send an email to qlustar-general-leave@qlustar.org