Core dump on MongoDB 4.4.19 on RPi 4

This is related to the post Core dump on MongoDB 5.0 on RPi 4"

Version 4.4.19 is now also causing a core dump, which basically means that 4.4 can’t be used on a Raspberry Pi 4 as well unless 4.4.18 will be used.

Seriously?

Kind regards,
Daniel Faust

Same problem here.
Fixed it by downgrading to 4.4.18 and holding updates for the next releases.

sudo apt-get install mongodb-org-mongos=4.4.18 mongodb-org-tools=4.4.18 mongodb-org-shell=4.4.18 mongodb-org-database-tools-extra=4.4.18 mongodb-org=4.4.18 mongodb-org-server=4.4.18

sudo apt-mark hold mongodb-org-mongos mongodb-org-tools mongodb-org-shell mongodb-org-database-tools-extra mongodb-org mongodb-org-server
1 Like