• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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