Upgrade to MongoDB 5.0.15

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

Releaase Notes

5.0.11 - Aug 19, 2022
5.0.12 - Sep 05, 2022
5.0.13 - Sep 29, 2022
5.0.14 - Nov 21, 2022
5.0.15 - Feb 27, 2023

Upgrade 4.4 to 5.0

db.adminCommand( { setFeatureCompatibilityVersion: "5.0" } )
{
  ok: 1,
  '$clusterTime': {
    clusterTime: Timestamp({ t: 1678795485, i: 2 }),
    signature: {
      hash: Binary(Buffer.from("0000000000000000000000000000000000000000", "hex"), 0),
      keyId: Long("0")
    }
  },
  operationTime: Timestamp({ t: 1678795485, i: 2 })
}
db.adminCommand( { getParameter: 1, featureCompatibilityVersion: 1 } )
{
  featureCompatibilityVersion: { version: '5.0' },
  ok: 1,
  '$clusterTime': {
    clusterTime: Timestamp({ t: 1678795485, i: 2 }),
    signature: {
      hash: Binary(Buffer.from("0000000000000000000000000000000000000000", "hex"), 0),
      keyId: Long("0")
    }
  },
  operationTime: Timestamp({ t: 1678795485, i: 2 })
}