X-Original-To: pgsql-general-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 875FA56442 for ; Sat, 26 Feb 2005 09:27:44 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 71464-09 for ; Sat, 26 Feb 2005 09:27:34 +0000 (GMT) Received: from ms-smtp-03-eri0.socal.rr.com (ms-smtp-03-qfe0.socal.rr.com [66.75.162.135]) by svr1.postgresql.org (Postfix) with ESMTP id A1BD55636B for ; Sat, 26 Feb 2005 09:27:33 +0000 (GMT) Received: from [192.168.0.9] (66-27-119-163.san.rr.com [66.27.119.163]) by ms-smtp-03-eri0.socal.rr.com (8.12.10/8.12.7) with ESMTP id j1Q9RxuY001519; Sat, 26 Feb 2005 01:27:59 -0800 (PST) Subject: Re: postgresql 8.0 advantages From: Jeff Davis To: schen@graciousstyle.com Cc: PgSQL General List In-Reply-To: <421F5E5D.1010902@graciousstyle.com> References: <421F3926.6090201@graciousstyle.com> <5708.1109348115@sss.pgh.pa.us> <421F5E5D.1010902@graciousstyle.com> Content-Type: text/plain Date: Sat, 26 Feb 2005 01:27:55 -0800 Message-Id: <1109410075.4089.216.camel@jeff> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.258 tagged_above=0 required=5 tests=AWL, INFO_TLD X-Spam-Level: X-Archive-Number: 200502/1400 X-Sequence-Number: 74204 On Fri, 2005-02-25 at 09:20 -0800, Si Chen wrote: > Thanks! > > Is there any documentation on how to upgrade to 8.0? > > Is it possible to upgrade from 7.4 to 8.0 while keeping a production > database running "in place"? Or should I install 8.0 in another > directory/machine and then restore the database into it? Are there any > incompatibilities/modifications to databases from the earlier veresion > required? > You might want to check out Slony-I for the purpose of upgrading. Slony is actually a replication engine, but it can be used to upgrade with little or no downtime. Otherwise, just dump/upgrade/restore like normal. As far as compatibility, 8.0 should be mostly backwards compatible. There may be some minor things that I don't know about, so I recommend some testing first. Regards, Jeff Davis