News:

Please post your question in the right forum. We will answer it as soon as possible.

Main Menu

How to manually upgrade MySQL/MariaDB in Cyberpanel?

Started by DJ RONY, August 17, 2023, 01:06:59 AM

Previous topic - Next topic

DJ RONY

First Backup all your data and go to SSH. Preferably make a snapshot of the droplet if you are on Digital Ocean.

In SSH do the following one by one and read the instruction when it said what you want to do?

 systemctl stop mariadb
sudo apt-get update
sudo wget https://downloads.mariadb.com/MariaDB/mariadb_repo_setup
sudo chmod +x mariadb_repo_setup
sudo ./mariadb_repo_setup
sudo apt-get upgrade mariadb-server
sudo apt-get update
I do what I love, Money Comes on the Way.