From 637ceaddc497f992c0e408b27347a1786197c464 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 9 Sep 2026 02:21:10 +0200 Subject: [PATCH] Update 2026-09-09-package-repo.md --- _posts/2026-09-09-package-repo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2026-09-09-package-repo.md b/_posts/2026-09-09-package-repo.md index 66392a81..3d2442cf 100644 --- a/_posts/2026-09-09-package-repo.md +++ b/_posts/2026-09-09-package-repo.md @@ -39,7 +39,7 @@ sudo apt install -y inventree We are phasing out end of support / near end of support versions of Ubuntu and Debian - specififally with only a year left on python 3.11. -If you are on Ubuntu 20.04 (LTS) - which many of the old Docker droplet deployments were on - it is strongly recommended to update to 26.04 (LTS) to continue receiving updates. This will likely also require you to update your postgres version to at least 14, recommended is 17 or 18. Note that postgres updated should be done in single version steps (13 -> 14 -> 15 -> 16 -> 17 -> 18) or with [pgupgrade](https://www.postgresql.org/docs/18/pgupgrade.html). +If you are on Ubuntu 20.04 (LTS) - which many of the old Docker droplet deployments were on - it is strongly recommended to update to 26.04 (LTS) to continue receiving updates. This will likely also require you to update your postgres version to at least 14, recommended is 17 or 18. Note that postgres updates should be done in single version steps (13 -> 14 -> 15 -> 16 -> 17 -> 18) or with [pgupgrade](https://www.postgresql.org/docs/18/pgupgrade.html). The volunteer InvenTree core team does not have the resources to assist with individual upgrades. ## Additional Notes on OS version selections