0

Is it possible to do a inplace upgrade of Ubuntu 18.4 LTS to the latest 22.04 with netbox installation? This is the first time i am doing the in place upgrade and i want to be sure that netbox and its dependance will not be affected by the OS upgrade

my theoretical strategy is to disable updates to net box and its dependances and only allow upgrades to the Ubuntu Operating System

muru
  • 197,895
  • 55
  • 485
  • 740
ben
  • 1

1 Answers1

0

Netbox has many dependencies, ALL of which may be "affected" by an "in-place upgrade" (which is actually a "reinstall of the OS").

All the dependencies like SQL, webserver, etc., must be replaced by versions that are four years newer. Trying to keep older dependencies won't work on a Debian-based system -- some of those older version will be incompatible with the newer OS.

The changes to your OS and dependencies might indeed break something in your setup. We have not tested Netbox. There is no certain answer to your hypothetical question.

Advice: Create a testing environment that mirrors your current setup. Use cloning or backup to make your changes revertable. Then test the reinstall on that environment. It will take time: That's the price your organization will pay for waiting almost six years.

I wish the answer were simpler or easier. Sorry.

user535733
  • 62,253
  • Thanks user535733 for your insight and experience, appreciate your assistance...indeed have to implement a better maintenance strategy as well as a test environment – ben Mar 08 '24 at 00:31