Upgrading Server OS on RunCloud
-
- 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.
Related Articles
Moving from one Server with RunCloud
Since RC doesn't document how to change from one server to another on the same account. This documents how to move, keeping webapps and sql. Stop MySQL Back up the following directories (I used Duplicacy to back up from one server to the other) ...
No, you don't need a server.
I keep hearing people talking about needing servers or help with their servers. The term server, like many other terms in IT gets thrown around where it really doesn't belong. I want to give some insight to set the record straight. What is a server? ...
Recommendation - Synology Diskstation DS918+
This thing is a beast. The OS is smooth, there's a ton of plugins and apps, it's like a server of its own. Data transfers are quick and painless. The ram in it is impressive as well. 8 Gigs of ram in a NAS. For those hardcore streamers out there, it ...
No, you don't need a new computer
Let me repeat, you [probably] don't need a new computer. I feel like the general consensus with consumers is that if their computer "crashes" that they need a new computer. Let me save you some money and tell you that 99.9% of the time that's not the ...
Unifi Upgrade - CentOS
ORIGINAL POST: https://www.samkear.com/software/linux/upgrading-ubiquiti-unifi-controller-software-centos I recently completed a deployment of several Ubiquiti UniFi UAP-AC-PRO access points and so far I’ve been very impressed with their performance. ...