Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old November 23rd, 2005, 01:09 AM
Scot L. Harris
Guest
 
Posts: n/a
Default 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
webid@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

  #2  
Old November 23rd, 2005, 01:09 AM
Scot L. Harris
Guest
 
Posts: n/a
Default Re: Installing 7.4.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:[color=blue]
> 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.[/color]
--
Scot L. Harris
webid@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 majordomo@postgresql.org

  #3  
Old November 23rd, 2005, 01:09 AM
Scot L. Harris
Guest
 
Posts: n/a
Default Re: Installing 7.4.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:[color=blue]
> 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.[/color]
--
Scot L. Harris
webid@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 majordomo@postgresql.org

  #4  
Old November 23rd, 2005, 01:10 AM
Richard Huxton
Guest
 
Posts: n/a
Default Re: Installing 7.4.2

Scot L. Harris wrote:[color=blue]
> 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.[/color]

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 majordomo@postgresql.org)

  #5  
Old November 23rd, 2005, 01:10 AM
Richard Huxton
Guest
 
Posts: n/a
Default Re: Installing 7.4.2

Scot L. Harris wrote:[color=blue]
> 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.[/color]

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 majordomo@postgresql.org)

  #6  
Old November 23rd, 2005, 01:10 AM
Scot L. Harris
Guest
 
Posts: n/a
Default Re: Installing 7.4.2

On Tue, 2004-06-15 at 13:45, Richard Huxton wrote:[color=blue]
> Scot L. Harris wrote:[color=green]
> > 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.[/color]
>
> 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).[/color]

Thanks for the reply.

I will take a look at pgadmin.

Is the pgaccess project deprecated?

--
Scot L. Harris
webid@cfl.rr.com

An apple a day makes 365 apples a year.


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

  #7  
Old November 23rd, 2005, 01:10 AM
Scot L. Harris
Guest
 
Posts: n/a
Default Re: Installing 7.4.2

On Tue, 2004-06-15 at 13:45, Richard Huxton wrote:[color=blue]
> Scot L. Harris wrote:[color=green]
> > 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.[/color]
>
> 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).[/color]

Thanks for the reply.

I will take a look at pgadmin.

Is the pgaccess project deprecated?

--
Scot L. Harris
webid@cfl.rr.com

An apple a day makes 365 apples a year.


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

  #8  
Old November 23rd, 2005, 01:12 AM
Scot L. Harris
Guest
 
Posts: n/a
Default Re: Installing 7.4.2

On Tue, 2004-06-15 at 13:45, Richard Huxton wrote:
[color=blue]
> 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).[/color]

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
webid@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

  #9  
Old November 23rd, 2005, 01:12 AM
Scot L. Harris
Guest
 
Posts: n/a
Default Re: Installing 7.4.2

On Tue, 2004-06-15 at 13:45, Richard Huxton wrote:
[color=blue]
> 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).[/color]

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
webid@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

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles