Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
mongo_upgrade [2019/09/16 09:07] – andonovj | mongo_upgrade [2019/10/18 20:04] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 2: | Line 2: | ||
The upgrade of Mongo can be performed in several ways, but in general there are 2 ways: | The upgrade of Mongo can be performed in several ways, but in general there are 2 ways: | ||
- | | + | |
- | | + | |
+ | This method involves upgrading to binaries from one version to the other. It can be very exhaustive and repetative, if you are staring from old release. | ||
+ | |||
+ | | ||
+ | |||
+ | This method is way better if you are staring from old release (e.g. 2.6). In nutshell, you will perform a logical export and import into the newer release. However there are some limitations to that method. | ||