Received: from maia.hub.org (maia-2.hub.org [200.46.204.251]) by mail.postgresql.org (Postfix) with ESMTP id 117521337999 for ; Fri, 6 May 2011 14:30:48 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.251]) (amavisd-maia, port 10024) with ESMTP id 55575-08 for ; Fri, 6 May 2011 17:30:29 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pz0-f46.google.com (mail-pz0-f46.google.com [209.85.210.46]) by mail.postgresql.org (Postfix) with ESMTP id C5DD91337B67 for ; Fri, 6 May 2011 14:30:28 -0300 (ADT) Received: by pzk9 with SMTP id 9so1517929pzk.19 for ; Fri, 06 May 2011 10:30:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.44.197 with SMTP id g5mr5343997pbm.509.1304703027425; Fri, 06 May 2011 10:30:27 -0700 (PDT) Received: by 10.68.64.97 with HTTP; Fri, 6 May 2011 10:30:27 -0700 (PDT) In-Reply-To: <1304702299.28821.1.camel@vanquo.pezone.net> References: <1304702299.28821.1.camel@vanquo.pezone.net> Date: Fri, 6 May 2011 19:30:27 +0200 Message-ID: Subject: Re: should pg_basebackup be listed as a server application? From: Magnus Hagander To: Peter Eisentraut Cc: pgsql-docs Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.9 tagged_above=-5 required=5 tests=BAYES_00=-1.9 X-Spam-Level: X-Archive-Number: 201105/21 X-Sequence-Number: 6696 On Fri, May 6, 2011 at 19:18, Peter Eisentraut wrote: > The pg_basebackup reference page is currently under "Client > Applications" [0]. =A0I think it's more of a server application, because > it's what you'd run instead of initdb on the server. =A0Should it be move= d > to the "Server Applications" section? Not sure I buy that argument. pg_dump/pg_dumpall/pg_restore are under client applications. They're something you run *alongside* initdb and not instead, sure.. But they're all backup tools. And normally you *don't* necessarily run pg_basebackup instead of initdb. That is just one usecase - the one of setting up a clone or a replication slave. If you're using it to just take a base backup (which is what it's named for), it's not done instead of initdb... --=20 =A0Magnus Hagander =A0Me: http://www.hagander.net/ =A0Work: http://www.redpill-linpro.com/