Page MenuHomeSoftware Heritage

Migrate riverside to bullseye
Closed, MigratedEdits Locked

Description

That's the sentry node.

Plan, as root in riverside:

task=T3761
puppet agent --disable "$task: dist-upgrade to bullseye"
cd /etc
sed -i -e 's/buster/bullseye/' /etc/apt/sources.list.d/*
sed -i -e 's,bullseye/updates,bullseye-security,' /etc/apt/sources.list.d/debian-security.list
git status
git diff
grep bullseye-security /etc/apt/sources.list.d/debian-security.list
git add .
git commit -m "$task: Migrate sources.list to bullseye"
apt update
apt upgrade -y
apt dist-upgrade -y
reboot
puppet agent --enable && puppet agent --test

Event Timeline

ardumont triaged this task as Normal priority.Dec 1 2021, 5:48 PM
ardumont created this task.
ardumont changed the task status from Open to Work in Progress.EditedDec 2 2021, 6:22 PM

Ongoing test using vagrant.

Ongoing test using vagrant.

Dist upgrade then reboot and puppet agent went fine as per the paste mentioned ^.
Starting the actual upgrade to the node now.

Migrated to bullseye.
Inventory updated.

ardumont claimed this task.