Comments - How can I Move (migrate) a Replication Server (MariaDB) to a new Hardware and OS.

8 years, 8 months ago W Schwarz
This comment has the status of 'removed' and can only be seen by you.

Thanks for help.

Butt he problem is, the slave have not all table. I do the replication without all tables only 70%.

Can I do this?

1: Install MariaDB on new System. 3: Stop replication on old Server 4: export the old db with: shell> mysqldump db_name > backup-file.sql 5: import the db ont then new system with: shell> mysql db_name < backup-file.sql 6: Start Replication with the new Server IP ???

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.