-
- 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
- If on Noble or Fwd, enable runcloud sources at/etc/apt/sources.list.d/runcloud.sources
- Upgrade the runcloud agent and reinstall mysql.
- sudo apt-get autoremove runcloud-agent
- sudo apt-get update
- sudo apt-get install runcloud-agent
- (May not be needed) sudo apt-get install mariadb-server
- (May not be needed) Update the root pass in /etc/mysql/my.cnf
- Any apps that don’t load, make sure they are on newer PHP versions within RC.
Repos and sources will need to be updated to base on the version you’re on.




