Is there anyway to get access to an older version that keeps the "mongo-10gen" package name?
eg. From your RPM link mongo-10gen-2.0.7-mongodb_1.x86_64.rpm has now been changed to mongo20-10gen-2.0.7-mongodb_1.x86_64.rpm, so now if I upgrade to 2.2.0 later, it's going to be using a different package name.
Hi Mark,
Here is a link to the 2.0.7 RPMs with the `mongo-10gen` package name:
The `mongo-10gen` package name will refer to the latest production release series (currently 2.2.x) at the time of installation.
The `mongo20-10gen' and `mongo18-10gen' packages are intended for installing old releases where you want to remain on the older release series (2.0.x and 1.8.x respectively). In order to upgrade from these you would explicitly uninstall the `mongo20-10gen` package and install `mongo-10gen` instead.
Cheers,
Stephen