Update docker.io/mongo Docker tag to v8

Update docker.io/mongo Docker tag to v8
Photo by Gianluca Cinnante / Unsplash

Successfully upgraded the Docker container on the Database Host using Watchtower infrastructure.

Prior to this procedure, the migration was done by using the tools mongodump and mongorestore like this:

docker exec bierochs-mongo sh -c 'exec mongodump --uri="mongodb://mongodb.bierochs.org:27017/" -d rocketchat --archive' > /srv/mongodb8/data/dump/rocketchat.archive
docker exec bierochs-mongo8 sh -c 'exec mongorestore --username=****** --password=******  --uri="mongodb://mongodb.bierochs.org:27018/" --archive=/data/dump/rocketchat.archive'

This MR contains the following updates:

Package Update Change
docker.io/mongo major 5.0.328.2.3

Release Notes

docker.io/mongo (docker)

8.2.3

MongoDB is a document database designed for ease of development and scaling.

Read more

Me on Mastodon - This link is here for verification purposes.