473,385 Members | 1,630 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,385 software developers and data experts.

7.2 - 7.4.2 production server migration issue

Hi everyone at the list,

Some months ago i asked you some questions about 7.2 - 7.4.3 migration.
Then i switched to the performance list to complain about postgres 7.2
poor performance and discussed about different ways to improbe
performances.

Two days ago we started our first production server 7.4.2 migration at
our biggest customer, a quite big postgres 7.2 database with millions of
rows in a quite complex scheme.

I must say that the result is even better than what we expected. The
average load of the standalone database server used to be around 1.5 -
2.0 with 7.2

The 7.4.2 server load average is now around 0.5 !!

The new database is answering very quickly at each request, and web
pages displays quicker as never before.

I'm here to say thank you for your great work guys. Nice job!

I'm now waiting for 7.5 :)

++
Christophe Musielak


Nov 23 '05 #1
5 1440
On Fri, Jul 30, 2004 at 14:32:02 +0200,
Christophe Musielak <cm*******@akio-software.com> wrote:

Two days ago we started our first production server 7.4.2 migration at
our biggest customer, a quite big postgres 7.2 database with millions of
rows in a quite complex scheme.


7.4.4 has been out for a couple of months and you might want to check the
release notes to see if you might want to go to 7.4.4. (This should be
a fairly painless upgrade.)

---------------------------(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 #2
Bruno Wolff III wrote:

7.4.4 has been out for a couple of months and you might want to check the
release notes to see if you might want to go to 7.4.4. (This should be
a fairly painless upgrade.)

I think you mean 7.4.3

Btw, shall i make dump and restore when upgrading 7.4.2 => 7.4.3 or
overwriting the binaries simply will do?

Mage

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to ma*******@postgresql.org so that your
message can get through to the mailing list cleanly

Nov 23 '05 #3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,

On Fri, 30 Jul 2004, Mage wrote:
Btw, shall i make dump and restore when upgrading 7.4.2 => 7.4.3 or
overwriting the binaries simply will do?


Yep, minor version upgrades do not need a dump/reload (except 7.4.0 ->
7.4.1 AFAIR).

Regards,
- --
Devrim GUNDUZ
devrim~gunduz.org devrim.gunduz~linux.org.tr
http://www.tdmsoft.com
http://www.gunduz.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFBCnOWtl86P3SPfQ4RAvqPAJ9Pbvh+UCIBj+J4JH3Cn2 UyJcqwfgCaAtlj
0YBNMxF81vkAt82E21aV9xA=
=Edy8
-----END PGP SIGNATURE-----
---------------------------(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 #4
On Fri, Jul 30, 2004 at 18:08:33 +0200,
Mage <ma**@mage.hu> wrote:
Bruno Wolff III wrote:

7.4.4 has been out for a couple of months and you might want to check the
release notes to see if you might want to go to 7.4.4. (This should be
a fairly painless upgrade.)

I think you mean 7.4.3


Sorry I have one instance running with a couple of post 7.4.3 changes (7.4
stable CVS) that will appear in 7.4.4 if and when it is released and I
misremembered that as 7.4.4 having been released.

Btw, shall i make dump and restore when upgrading 7.4.2 => 7.4.3 or
overwriting the binaries simply will do?


You do NOT have to do a dump and restore when going from 7.4.2 to 7.4.3
as long as you build 7.4.3 the same way you did 7.4.2. You want some sort
of backup in case something happens during the upgrade, but you shouldn't
need to use it.

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

Nov 23 '05 #5
On Fri, Jul 30, 2004 at 18:16:37 +0200,
Mage <ma**@mage.hu> wrote:

As far as I remember, the 7.4.1 => 7.4.2 also needed that. Correct me if
I'm wrong.


There have been cases where you didn't get all of the fixes without either
doing an initdb or messing with the catalog tables, but you could still
do the upgrade if you didn't need the fixes. For the 7.4.1 -> 7.4.2
upgrade the release notes detailed how to change the catalogs to take
full advantage of the upgrade without having to do a dump and restore.

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Nov 23 '05 #6

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

Similar topics

6
by: Aaron | last post by:
I'm too excited about the new features in 2.0. I'm think about installing beta 2 to my live production server. Is there going to be any problems running .net framework 2.0 beta 2 on a production...
0
by: Joe | last post by:
Does anyone know of a tool that can automate code migration from a staging server to a production server. As a developer I only have rights to migrate to staging and I would like a tool that could...
9
by: Tim Baley | last post by:
I recently created some intranet web sevices to expose stored procedures on our SQL Servers (SQL2k). The stored procedures include an audit trail with user/login identification, so the web...
1
by: Jason | last post by:
Hi, I am in the process of planning an NT to 2003 migration and have a couple of questions. The client has 15 servers total. 1 PDC, and 1 BDC with various member servers running 2000 and NT. My...
5
by: Matt | last post by:
Hello, What is the best way to handle the database connection string for a class library project that will be compiled and used as a .dll? This .dll will be accessed via classic ASP and in...
2
by: contact1981 | last post by:
Hello, I am trying to migrate data from a DB2 database to SQL Server 2005 database. Does anyone know about any migration tool that does that? I have heard about DB2 Migration Tool kit, but I...
0
by: H5N1 | last post by:
Hi there I'm currently concerned with asp.net app migration to prodution environment. I have all connection strings centralized in web.config, but to my horror I've just found out that in .xsd...
8
by: Ollie Riches | last post by:
I'm looking into a production issue related to a windows service and System.Timers.Timer. The background is the windows service uses a System.Timers.Timer to periodically poll a directory location...
6
by: Bobby Edward | last post by:
Using ASP.NET 3.5 and MySQL (thru DevArt MyDirect.NET)... On the production server I get a "Parser Error" for every XSD dataset. It works perfect on my dev machine. But, on the production...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...
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
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...

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.