B3 Server 2.3 Upgrade
B3 Server 2.3 version come out a couple of months ago.
Normally the upgrade is easy and done via the web interface, but since I changed the mysql root default password, I need to upgrade manually.
Upgrade to 2.3
- Connect to your b3 server
1ssh user@b3server
- Become root
1su
- Upgrade instructions
1change_distribution elvin
2apt-get -c /etc/apt/bubba-apt.conf -y update
3apt-get -c /etc/apt/bubba-apt.conf -y dist-upgrade
Keep in mind the configuration files you want to keep during the upgrade. It will ask you. Example: samba.conf
- Reboot after the upgrade
1reboot