You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can run periodically. Not too often otherwise it would be bad for devs productivity. Say 1 per month.
EDIT: not sure we want to reboot because it would imply downtime.
Automate ubuntu update
It would be great if we could automate the distro upgrade too (e.g. 22 -> 24).
Running sudo do-release-upgrade manually on every server takes a lot of time.
It would be cool if we had a way to define the Ubuntu version from IaC (e.g. terraform).
At the moment, terraform thinks that we are running ubuntu, while in reality we are in the process of manually upgrading to ubuntu 24 everywhere.
Challenges
This is challenging, because at the moment the home volume is not separated from the root one, so upgrading the OS image from terraform would probably result in rustc developers loosing their files.
Tests
Ideally we should have some tests or deployment strategy so that we check that the system is working before rotating VMs.
EDIT: we probably don't want to automate do-release-upgrade because there are breaking changes, such as packages missing.
The text was updated successfully, but these errors were encountered:
Updating our servers (e.g. the dev-desktops) at the moment consists in logging in into the machines and running
apt
commands.Automate packages update
A first step would be writing a cronjob that tries to run:
This can run periodically. Not too often otherwise it would be bad for devs productivity. Say 1 per month.
EDIT: not sure we want to reboot because it would imply downtime.
Automate ubuntu update
It would be great if we could automate the distro upgrade too (e.g. 22 -> 24).
Running
sudo do-release-upgrade
manually on every server takes a lot of time.It would be cool if we had a way to define the Ubuntu version from IaC (e.g. terraform).
At the moment, terraform thinks that we are running ubuntu, while in reality we are in the process of manually upgrading to ubuntu 24 everywhere.
Challenges
This is challenging, because at the moment the home volume is not separated from the root one, so upgrading the OS image from terraform would probably result in rustc developers loosing their files.
Tests
Ideally we should have some tests or deployment strategy so that we check that the system is working before rotating VMs.
EDIT: we probably don't want to automate
do-release-upgrade
because there are breaking changes, such as packages missing.The text was updated successfully, but these errors were encountered: