Discussion:
how to downgrade from 2.6.3 mongo to 2.4.10
Prashanth Kokati
2014-07-24 22:30:36 UTC
Permalink
Hi all,

How do we downgrade from 2.6.3 version installed using yum install
mongodb-org , to 2.4.10.

Thank you
Prashanth
--
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.

For other MongoDB technical support options, see: http://www.mongodb.org/about/support/.
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to mongodb-user-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/b99e1d8d-fe56-414f-9457-0f0ea374a105%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Prashanth Kokati
2014-07-31 23:48:16 UTC
Permalink
The documentation as given on mongodb site,

http://docs.mongodb.org/v2.2/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux/

is not working, after upgrading to 2.6.3. Is this by intention? I did wget
download and try rpm install, but am getting obsolete message.

[ec2-***@ip-10-0-17-95 ~]$ wget
http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/RPMS/mongo-10gen-2.4.rc1-mongodb_1.x86_64.rpm
--2014-07-31 23:45:33--
http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/RPMS/mongo-10gen-2.4.rc1-mongodb_1.x86_64.rpm
Resolving downloads-distro.mongodb.org (downloads-distro.mongodb.org)...
23.20.48.204
Connecting to downloads-distro.mongodb.org
(downloads-distro.mongodb.org)|23.20.48.204|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 74709748 (71M) [application/x-rpm]
Saving to: ‘mongo-10gen-2.4.rc1-mongodb_1.x86_64.rpm’

100%[===============================================================================================================================================================>]
74,709,748 50.5MB/s in 1.4s

2014-07-31 23:45:34 (50.5 MB/s) -
‘mongo-10gen-2.4.rc1-mongodb_1.x86_64.rpm’ saved [74709748/74709748]


ec2-***@ip-10-0-17-95 ~]$ sudo rpm -i
mongo-10gen-2.4.rc1-mongodb_1.x86_64.rpm
error: Failed dependencies:
mongo-10gen is obsoleted by (installed) mongodb-org-2.6.3-1.x86_64


Thank you
Prashanth
Post by Prashanth Kokati
Hi all,
How do we downgrade from 2.6.3 version installed using yum install
mongodb-org , to 2.4.10.
Thank you
Prashanth
--
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.

For other MongoDB technical support options, see: http://www.mongodb.org/about/support/.
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to mongodb-user-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/e155a6c4-b634-4e6d-8927-967663955e2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
s.molinari
2014-08-01 06:04:16 UTC
Permalink
This is how you upgrade.

http://docs.mongodb.org/manual/release-notes/2.6-upgrade/#upgrade-mongodb-processes

What you followed is an installation, not an upgrade.

Scott
--
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.

For other MongoDB technical support options, see: http://www.mongodb.org/about/support/.
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to mongodb-user-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/3c3da9d5-70b9-4dee-bb5a-54f80990fcf4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...