473,387 Members | 1,493 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Downgrading from Postgresql 7.4 to 7.1

Hello:

I have an awkward situation where I must downgrade from 7.4 to 7.1. I
have two databases already in 7.4. I'm largely ignorant concerning
postgresql: am I going to have any severe problems downgrading?
Thanks

Matt
--
Matt Adams <ma********@meryships.org> voice +1 (903) 939-7641
Systems Engineer, Mercy Ships IOC <http://www.mercyships.org/>

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Nov 23 '05 #1
6 2284
On Mon, Apr 19, 2004 at 16:25:21 -0500,
Matt Adams <ma********@mercyships.org> wrote:
Hello:

I have an awkward situation where I must downgrade from 7.4 to 7.1. I
have two databases already in 7.4. I'm largely ignorant concerning
postgresql: am I going to have any severe problems downgrading?


You are probably going to have to process the 7.4 dump file before
it can be used to reload the 7.1 database. This shoudln't be too
bad. You might have some performance problems with queries that work
well in 7.4 and not in 7.1. 7.1 doesn't have schemas, so if you were
making use of those you might have to figure out how to get by without
them. You should probably review the release notes for other added
features since 7.1 that you might be using.

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Nov 23 '05 #2
On Mon, Apr 19, 2004 at 16:25:21 -0500,
Matt Adams <ma********@mercyships.org> wrote:
Hello:

I have an awkward situation where I must downgrade from 7.4 to 7.1. I
have two databases already in 7.4. I'm largely ignorant concerning
postgresql: am I going to have any severe problems downgrading?


You are probably going to have to process the 7.4 dump file before
it can be used to reload the 7.1 database. This shoudln't be too
bad. You might have some performance problems with queries that work
well in 7.4 and not in 7.1. 7.1 doesn't have schemas, so if you were
making use of those you might have to figure out how to get by without
them. You should probably review the release notes for other added
features since 7.1 that you might be using.

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Nov 23 '05 #3
I would think if you simply did a pg_dump and then re-imported it you
shouldn't see any problems.

--Joe

-----Original Message-----
From: Matt Adams [mailto:ma********@mercyships.org]
Sent: Monday, April 19, 2004 5:25 PM
To: pg***********@postgresql.org
Subject: [GENERAL] Downgrading from Postgresql 7.4 to 7.1
Hello:

I have an awkward situation where I must downgrade from 7.4
to 7.1. I
have two databases already in 7.4. I'm largely ignorant concerning
postgresql: am I going to have any severe problems downgrading?
Thanks

Matt
--
Matt Adams <ma********@meryships.org> voice +1 (903) 939-7641
Systems Engineer, Mercy Ships IOC

<http://www.mercyships.org/>

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if
your
joining column's datatypes do not match
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Nov 23 '05 #4
I would think if you simply did a pg_dump and then re-imported it you
shouldn't see any problems.

--Joe

-----Original Message-----
From: Matt Adams [mailto:ma********@mercyships.org]
Sent: Monday, April 19, 2004 5:25 PM
To: pg***********@postgresql.org
Subject: [GENERAL] Downgrading from Postgresql 7.4 to 7.1
Hello:

I have an awkward situation where I must downgrade from 7.4
to 7.1. I
have two databases already in 7.4. I'm largely ignorant concerning
postgresql: am I going to have any severe problems downgrading?
Thanks

Matt
--
Matt Adams <ma********@meryships.org> voice +1 (903) 939-7641
Systems Engineer, Mercy Ships IOC

<http://www.mercyships.org/>

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if
your
joining column's datatypes do not match
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Nov 23 '05 #5
On Mon, Apr 19, 2004 at 04:25:21PM -0500, Matt Adams wrote:
Hello:

I have an awkward situation where I must downgrade from 7.4 to 7.1. I
have two databases already in 7.4. I'm largely ignorant concerning
postgresql: am I going to have any severe problems downgrading?


Almost certainly you'll need to do some fiddling to make the dump
output from 7.4 acceptable to 7.1. My guess is that you'll need to
write some sed or perl do do it adequately for you. You may be in
better shape if you ask pg_dump to use INSERT statements instead, but
be aware that this will at least triple your restore time.

But I also wonder why you want to downgrade that far. 7.1 has
several _really big_ disadvantages. There are plenty of bugs in
there fixed in later versions. Also, 7.1 has the limitation that
VACUUM always blocks, so maintenance of the database will get a whole
lot more expensive (7.1's VACUUM is equivalent to later VACUUM
FULL). Why do you have to do this?

A

--
Andrew Sullivan | aj*@crankycanuck.ca
In the future this spectacle of the middle classes shocking the avant-
garde will probably become the textbook definition of Postmodernism.
--Brad Holland

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org

Nov 23 '05 #6
On Mon, Apr 19, 2004 at 04:25:21PM -0500, Matt Adams wrote:
Hello:

I have an awkward situation where I must downgrade from 7.4 to 7.1. I
have two databases already in 7.4. I'm largely ignorant concerning
postgresql: am I going to have any severe problems downgrading?


Almost certainly you'll need to do some fiddling to make the dump
output from 7.4 acceptable to 7.1. My guess is that you'll need to
write some sed or perl do do it adequately for you. You may be in
better shape if you ask pg_dump to use INSERT statements instead, but
be aware that this will at least triple your restore time.

But I also wonder why you want to downgrade that far. 7.1 has
several _really big_ disadvantages. There are plenty of bugs in
there fixed in later versions. Also, 7.1 has the limitation that
VACUUM always blocks, so maintenance of the database will get a whole
lot more expensive (7.1's VACUUM is equivalent to later VACUUM
FULL). Why do you have to do this?

A

--
Andrew Sullivan | aj*@crankycanuck.ca
In the future this spectacle of the middle classes shocking the avant-
garde will probably become the textbook definition of Postmodernism.
--Brad Holland

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org

Nov 23 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Otis Green | last post by:
Vote for or against a new newsgroup proposal. To summarize what you need to do, just send an empty e-mail to postgresql-ballot@netagw.com You will receive a ballot by e-mail. Follow the...
1
by: Kenneth Osenbroch | last post by:
Hi there. I have updated (patched) a 7.3.4.0.1 installation to 7.3.4.5.0, and would like to know if I can use the databases (which has been running on the updated installation for a while) if I...
0
by: skidvd | last post by:
Hello: I'm wondering if there are procedures anywhere for DOWNgrading a MySQL database to a more stable version. I'v recently upgraded to 4.1.3-beta and was hoping to roll back to 4.0.20...
0
by: Bill J. | last post by:
I have to update a PostgreSQL linked server through MSSQL2K. I first configured the connection with ODBC as follows and I can do queries with no problem: EXEC sp_droplinkedsrvlogin @rmtsrvname...
0
by: Bill J. | last post by:
I have to update a PostgreSQL linked server through MSSQL2K. I first configured the connection with ODBC as follows and I can do queries with no problem: EXEC sp_droplinkedsrvlogin @rmtsrvname...
0
by: Matt Adams | last post by:
Hello: I have an awkward situation where I must downgrade from 7.4 to 7.1. I have two databases already in 7.4. I'm largely ignorant concerning postgresql: am I going to have any severe...
0
by: Greg Sabino Mullane | last post by:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This is a PGP-signed copy of the checksums for following PostgreSQL versions: 7.4.5 7.4.4 7.3.7
9
by: anonymous | last post by:
Hello all, I have a C# application written using Visual C# 2005 Express. I believe it uses some of the .Net 2 controls and so on. I want to run this application on Linux using mono 1.2...
4
by: Cirene | last post by:
I created my ASP.NET website with VS 2008. It created the SQL 2005 db for asp.net membership stuff. My server only accepts SQL Server 2000 dbs. Any advice on "downgrading"? If I just...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.