Page MenuHomePhabricator

libup: Upgrade to Debian Buster
Closed, ResolvedPublic0 Estimated Story Points

Description

We want to upgrade the host and the container at the same time. Probably we should rebuild from scratch to verify that all the setup steps I took are documented.

Event Timeline

Legoktm triaged this task as Lowest priority.Jul 31 2019, 11:52 PM
Legoktm created this task.
  • Enable buster-wikimedia/thirdparty/kubeadm-k8s apt repo
  • apt install docker-ce python3-venv
  • adduser libup && adduser libup docker
  • sudo mkdir /srv/libraryupgrader && sudo mkdir /srv/data && sudo chown -R libup:libup /srv/libraryupgrader /srv/data
  • su libup
  • cd /srv && git clone gerrit:labs/libraryupgrader && cd libraryupgrader
  • install poetry
  • poetry install --no-dev

...

and then I got tired of writing stuff down sigh.

FYI @Umherirrender @Jdforrester-WMF the most notable change because of the upgrade is that libup will now use PHP 7.3 instead of 7.2, in case you see anything weird.