• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Question Import maria 5.5.68 databasees into maria 10.3.39

Dork

Regular Pleskian
Server operating system version
alma8
Plesk version and microupdate number
18.0.56 #2
Is it possible to import maria 5.5.68 databases into maria 10.3.39
 
Is it possible to import maria 5.5.68 databases into maria 10.3.39
Yes!
Ensure you have a complete backup and data dump of your MariaDB databases. Run mariabackup and mysqldump.

Stop your database and run the upgrade tool which will check table compatibility. You might find it easier to start again from your dump file(s). In which case, install a fresh version of MariaDB, create your database from the mysql command line tool. Then build the database and populate the tables from your dumpfile with source your_dumpfile.sql

This assumes you are using temporal tables as the history data is not exported to the dump file and will be lost using this method.

Be aware of changes between the versions, especially to the default settings of some system variables. This has caught me out more than once! You can find more information in the MariaDB documentation
 
Back
Top