Hi,
We are planning an upgrade for hundreds of servers running MongoDB 4.4.18 (Docker Container) to 6.0.15
I’ve been researching the upgrade path and I understand that we cannot jump directly to 6 we should first jump to 5 and then upgrade to 6.
The problem is Backing up the DB, I saw in the MongoDB upgrade procedure article that we must take a backup of the DB files (using mongodump
) and we don’t have the required space to backup each of the systems.
My question is, what could go wrong if we skipped the backup prior upgrade? does MongoDB new version can modify the files and break them in a way we can’t rollback? is it really necessary to backup the DB files?
Thanks!!