I want to upgrade my server from MySQL 5.7 to MariaDB 10.6 i want to confirm that if i upgrade it how much time it takes and can i faced any problem after upgradtion. i have 150+ website hosted on my server.
Attachments
-
92.2 KB Views: 10
yes we have mostly wordpress sites hosted but site hosted on WHMCS like my main website.Hey there! The upgrade itself only takes a few minutes. I would expect that process to go well on your server. What we can't say is if all of your databases and code will work with the newer version, as that would be up to a database administrator to determine.
If you have standard tools like WordPress or Joomla on your sites, those will be just fine, but any custom code that interacts with the database would need to be reviewed to ensure it works with the newer version.
Make sure to do a full backup prior to upgrading. You’ll be glad you did if the upgrade fails.Thannks for the reply now i am going to update to MariaDB
How can we take a backup of all server databases?Make sure to do a full backup prior to upgrading. You’ll be glad you did if the upgrade fails.
Thanks for the reply can u please tell me where this file will be saved on server mean what is the path of "some-file.sql" if i run command and can we restore it if i faced any problem after upgradation.From CLI: mysqldump --all-databases > some-file.sql
That will backup all the databases on the server into a file called "some-file.sql"
If no path is given it will save it to the current folder you are in.Thanks for the reply can u please tell me where this file will be saved on server mean what is the path of "some-file.sql" if i run command and can we restore it if i faced any problem after upgradation.
I will create a backup of my server database using this method I want just to confirm if I upgrade today and unfortunately, the upgradation process failed due to any reason can we restore my server database which I saved by using this method if yes then how?From CLI: mysqldump --all-databases > some-file.sql
That will backup all the databases on the server into a file called "some-file.sql"
Thread starter | Similar threads | Forum | Replies | Date |
---|---|---|---|---|
A | Upgrade Advice | Server Management | 6 | |
![]() |
error establishing a database connection after upgrade mysql to MariaDB | Server Management | 9 | |
L | Upgrade cURL | Server Management | 7 | |
E | Yum upgrade issue | Server Management | 2 | |
G | Yum upgrade error - libmysqlclient missing on server? | Server Management | 4 |