-
- Upgrade all packages with sudo apt update && apt upgrade
- Upgrade the OS with sudo do–release–upgrade
- Let the upgrade finish
- Uncomment the lines with the repos for the following:
- /etc/apt/sources.list – deb [arch=amd64] http://sfo1.mirrors.digitalocean.com/mariadb/repo/10.2/ubuntu
- /etc/apt/sources.list.d/runcloud.list – deb [arch=amd64] https://release.runcloud.io/ bionic main
- Upgrade the runcloud agent and reinstall mysql.
- sudo apt-get autoremove runcloud-agent
- sudo apt-get update
- sudo apt-get install runcloud-agent
- sudo apt-get install mariadb-server
- Update the root pass in /etc/mysql/my.cnf
Repos and sources will need to be updated to base on the version you’re on.