Mongodb Upgrade

Server was running mongo3.6

Upgrade was triggered because Ubuntu 22.04 was installed on the server and mongodb stopped working

Release 4.4 is supported up to ubuntu 20.04, but not 22.04

Release 4.4 is also the last release supposed to be supported by Raspberry Pi

Mongo is only supported under docker on or after Ubuntu 22.04

Unbuntu 22.04 only supports MongoDB 6.0, 7.0 and 8.0 presumably 24.04 is similar.

Documentation explicitly states that Arm64 Raspberry Pi isn't supported after 5.0

Also j4105 processor in server isn't supported after mongo4.4, which is currently in extended support

As a stopgap mongodb runs version 3.6 under docker on j4105, this has now been upgraded.

Upgrade 3.6 to 4.4

Steps are (assumes mongo36 already running):

Running MongoDB on a Pi

This is possible, but probably limited. This guide shows how to set it up on ubuntu 20.04 on a Pi.

The future

Since mongo isn't practical on a pi, I have started looking for something that might be a suitable substitute. So far have considered a simple front end db (say SqlLite), but it would be neater to have something to do the whole job.