473,398 Members | 2,404 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,398 software developers and data experts.

Installing 7.4.2

I have been using Postgresql 7.2.4 on a Redhat 8.0 system. Prior to
putting the system into production I want to upgrade Postgresql and PHP
to the latest stable versions.

To that end I have downloaded the latest versions and compiled them. I
have saved my current databases using pg_dumpall.

Currently I have the last versions that Redhat provided for Postgresql
which is version 7.2.4.

I believe what I need to do now is shutdown the current database, remove
the RPMs installed for 7.2.4 and run the make install for 7.4.2,
rebuild/reload the databases.

Prior to doing that are there any steps that I am missing?

I will be removing the following packages from the system:

postgresql-server-7.2.4-5.80
postgresql-docs-7.2.4-5.80
postgresql-libs-7.2.4-5.80
postgresql-tcl-7.2.4-5.80
postgresql-7.2.4-5.80
postgresql-tk-7.2.4-5.80
postgresql-odbc-7.2.4-5.80
postgresql-devel-7.2.4-5.80
postgresql-perl-7.2.4-5.80

I built the 7.4.2 version with tcl, perl, and tk support so I am
assuming that takes care of the packages listed above.

Thanks in advance for your suggestions and recommendations.

--
Scot L. Harris
we***@cfl.rr.com

Nothing is easier than to denounce the evildoer; nothing is more difficult
than to understand him.
- Fyodor Dostoevski
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

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

Nov 23 '05 #1
8 1664
I succeeded in installing Postgresql 7.4.2 pretty much as I had planned
it below. I found that I had to edit the old startup script for the new
version and add the path to the man.conf file for the new man pages.

Previously I had used a utility called pgaccess for some things. I
pulled the latest version of pgaccess that I could find but it does not
work with the latest database.

The latest version appears to have caused problems with the database. I
restored my backup and everything is working again.

Does anyone know if pgaccess is still maintained? The web site
http://www.pgaccess.org does not appear to exist anymore.

Are there other similar utilities available and currently maintained?

And thanks to all those that responded with suggestions and pointers
regarding the upgrade process from 7.2.4 to 7.4.2.
On Fri, 2004-06-11 at 13:20, Scot L. Harris wrote:
I have been using Postgresql 7.2.4 on a Redhat 8.0 system. Prior to
putting the system into production I want to upgrade Postgresql and PHP
to the latest stable versions.

To that end I have downloaded the latest versions and compiled them. I
have saved my current databases using pg_dumpall.

Currently I have the last versions that Redhat provided for Postgresql
which is version 7.2.4.

I believe what I need to do now is shutdown the current database, remove
the RPMs installed for 7.2.4 and run the make install for 7.4.2,
rebuild/reload the databases.

Prior to doing that are there any steps that I am missing?

I will be removing the following packages from the system:

postgresql-server-7.2.4-5.80
postgresql-docs-7.2.4-5.80
postgresql-libs-7.2.4-5.80
postgresql-tcl-7.2.4-5.80
postgresql-7.2.4-5.80
postgresql-tk-7.2.4-5.80
postgresql-odbc-7.2.4-5.80
postgresql-devel-7.2.4-5.80
postgresql-perl-7.2.4-5.80

I built the 7.4.2 version with tcl, perl, and tk support so I am
assuming that takes care of the packages listed above.

Thanks in advance for your suggestions and recommendations.

--
Scot L. Harris
we***@cfl.rr.com

Be cheerful while you are alive.
-- Phathotep, 24th Century B.C.
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org

Nov 23 '05 #2
I succeeded in installing Postgresql 7.4.2 pretty much as I had planned
it below. I found that I had to edit the old startup script for the new
version and add the path to the man.conf file for the new man pages.

Previously I had used a utility called pgaccess for some things. I
pulled the latest version of pgaccess that I could find but it does not
work with the latest database.

The latest version appears to have caused problems with the database. I
restored my backup and everything is working again.

Does anyone know if pgaccess is still maintained? The web site
http://www.pgaccess.org does not appear to exist anymore.

Are there other similar utilities available and currently maintained?

And thanks to all those that responded with suggestions and pointers
regarding the upgrade process from 7.2.4 to 7.4.2.
On Fri, 2004-06-11 at 13:20, Scot L. Harris wrote:
I have been using Postgresql 7.2.4 on a Redhat 8.0 system. Prior to
putting the system into production I want to upgrade Postgresql and PHP
to the latest stable versions.

To that end I have downloaded the latest versions and compiled them. I
have saved my current databases using pg_dumpall.

Currently I have the last versions that Redhat provided for Postgresql
which is version 7.2.4.

I believe what I need to do now is shutdown the current database, remove
the RPMs installed for 7.2.4 and run the make install for 7.4.2,
rebuild/reload the databases.

Prior to doing that are there any steps that I am missing?

I will be removing the following packages from the system:

postgresql-server-7.2.4-5.80
postgresql-docs-7.2.4-5.80
postgresql-libs-7.2.4-5.80
postgresql-tcl-7.2.4-5.80
postgresql-7.2.4-5.80
postgresql-tk-7.2.4-5.80
postgresql-odbc-7.2.4-5.80
postgresql-devel-7.2.4-5.80
postgresql-perl-7.2.4-5.80

I built the 7.4.2 version with tcl, perl, and tk support so I am
assuming that takes care of the packages listed above.

Thanks in advance for your suggestions and recommendations.

--
Scot L. Harris
we***@cfl.rr.com

Be cheerful while you are alive.
-- Phathotep, 24th Century B.C.
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org

Nov 23 '05 #3
Scot L. Harris wrote:
I succeeded in installing Postgresql 7.4.2 pretty much as I had planned
it below. I found that I had to edit the old startup script for the new
version and add the path to the man.conf file for the new man pages.

Previously I had used a utility called pgaccess for some things. I
pulled the latest version of pgaccess that I could find but it does not
work with the latest database.


I like pgadmin: http://www.pgadmin.org/
Works on Win/Linux and I believe they're working on a Mac version. Nice
bit of work - lets you view/modify all your schema (and data if you want).

--
Richard Huxton
Archonet Ltd

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to ma*******@postgresql.org)

Nov 23 '05 #4
Scot L. Harris wrote:
I succeeded in installing Postgresql 7.4.2 pretty much as I had planned
it below. I found that I had to edit the old startup script for the new
version and add the path to the man.conf file for the new man pages.

Previously I had used a utility called pgaccess for some things. I
pulled the latest version of pgaccess that I could find but it does not
work with the latest database.


I like pgadmin: http://www.pgadmin.org/
Works on Win/Linux and I believe they're working on a Mac version. Nice
bit of work - lets you view/modify all your schema (and data if you want).

--
Richard Huxton
Archonet Ltd

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to ma*******@postgresql.org)

Nov 23 '05 #5
On Tue, 2004-06-15 at 13:45, Richard Huxton wrote:
Scot L. Harris wrote:
I succeeded in installing Postgresql 7.4.2 pretty much as I had planned
it below. I found that I had to edit the old startup script for the new
version and add the path to the man.conf file for the new man pages.

Previously I had used a utility called pgaccess for some things. I
pulled the latest version of pgaccess that I could find but it does not
work with the latest database.


I like pgadmin: http://www.pgadmin.org/
Works on Win/Linux and I believe they're working on a Mac version. Nice
bit of work - lets you view/modify all your schema (and data if you want).


Thanks for the reply.

I will take a look at pgadmin.

Is the pgaccess project deprecated?

--
Scot L. Harris
we***@cfl.rr.com

An apple a day makes 365 apples a year.
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Nov 23 '05 #6
On Tue, 2004-06-15 at 13:45, Richard Huxton wrote:
Scot L. Harris wrote:
I succeeded in installing Postgresql 7.4.2 pretty much as I had planned
it below. I found that I had to edit the old startup script for the new
version and add the path to the man.conf file for the new man pages.

Previously I had used a utility called pgaccess for some things. I
pulled the latest version of pgaccess that I could find but it does not
work with the latest database.


I like pgadmin: http://www.pgadmin.org/
Works on Win/Linux and I believe they're working on a Mac version. Nice
bit of work - lets you view/modify all your schema (and data if you want).


Thanks for the reply.

I will take a look at pgadmin.

Is the pgaccess project deprecated?

--
Scot L. Harris
we***@cfl.rr.com

An apple a day makes 365 apples a year.
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Nov 23 '05 #7
On Tue, 2004-06-15 at 13:45, Richard Huxton wrote:
I like pgadmin: http://www.pgadmin.org/
Works on Win/Linux and I believe they're working on a Mac version. Nice
bit of work - lets you view/modify all your schema (and data if you want).


Richard, thanks for the recommendation.

Finally managed to get pgadmin built from source on my system and
connect to my database with it.

Looks very nice.

--
Scot L. Harris
we***@cfl.rr.com

If the thunder don't get you, then the lightning will.
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Nov 23 '05 #8
On Tue, 2004-06-15 at 13:45, Richard Huxton wrote:
I like pgadmin: http://www.pgadmin.org/
Works on Win/Linux and I believe they're working on a Mac version. Nice
bit of work - lets you view/modify all your schema (and data if you want).


Richard, thanks for the recommendation.

Finally managed to get pgadmin built from source on my system and
connect to my database with it.

Looks very nice.

--
Scot L. Harris
we***@cfl.rr.com

If the thunder don't get you, then the lightning will.
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Nov 23 '05 #9

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

Similar topics

3
by: Jean-Christian Imbeault | last post by:
I have a user account on a RH Linux machine but no root access. I succesfully installed apache 1.3 under my /home/ account but can't get PHP to install properly. I have done the following...
1
by: SAP BASIS Consultant | last post by:
Hello, I am installing SAP R/3 on Win2000/SQL Server. There is a CD with the SQL Server RDBMS, as well as another one with SP 3A (Both are from SAP). According to the SAP installation manual,...
0
by: Chris Halcrow | last post by:
Hi I've spent ALL DAY trying to re-install SQL Server 2000 on Windows XP. I continually get the error 'cannot configure server' just at the end of the installation. I've tried the following: ...
5
by: Gerald Hernandez | last post by:
One of my development PC's died, and I need to have legacy VS and VS.Net installed at the same time. On the now dead PC, I had VS6 installed prior to installing VS.Net. This worked just fine. On...
0
by: Steve | last post by:
I'm posting this message here, so that someone googling here will be able to find it. I was having problems installing cx_Oracle on Solaris. The build would fail with a message: > ld: fatal:...
3
by: jaggi | last post by:
Hi all, I downloaded DB2 enterprise edition from partnerworld on ibm.com and unzipped and untarred it and copied it to CD and tried installing on AIX using SMIT. I am getting errors while...
3
by: mariantrygg | last post by:
Hi I have an app that uses the a2K run-time. I have just discovered that installing this app breaks an access2003 installation causing the user to have to repair the installation using the...
13
by: bjhartin | last post by:
All, I was working at a client's site when I installed Visual Basic 6 on a machine at their request. Existing applications on this machine had specified version 4.0 of the Jet OLEDB provider in...
7
by: Adam | last post by:
Im trying to add an httphandler for all *.sgf file extensions. I have developed the handler, 1. installed it into the gac 2. added it to the machine.config: <httpHandlers> <add verb="*"...
11
by: tshad | last post by:
I have a small Windows Service program that just has a timer on it and it built fine. I try to install it using InstallUtil and I get the following message: ...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.