From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MuJqa-0002wK-Ma for garchives@archives.gentoo.org; Sun, 04 Oct 2009 05:41:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29D77E0B5C; Sun, 4 Oct 2009 05:41:22 +0000 (UTC) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by pigeon.gentoo.org (Postfix) with ESMTP id C2E1CE0B5C for ; Sun, 4 Oct 2009 05:41:21 +0000 (UTC) Received: from rohan.altum.de (p5DC80BD6.dip0.t-ipconnect.de [93.200.11.214]) by mrelayeu.kundenserver.de (node=mreu2) with ESMTP (Nemesis) id 0MHcm8-1MtDv30Oi4-003cuX; Sun, 04 Oct 2009 07:41:21 +0200 Received: from localhost (localhost [127.0.0.1]) by rohan.altum.de (Postfix) with ESMTP id BB631C963B4 for ; Sun, 4 Oct 2009 07:41:20 +0200 (CEST) Received: from gondolin.localnet (gondolin [192.168.1.4]) (Authenticated sender: heini) by rohan.altum.de (Postfix) with ESMTP id 40A53C963A9 for ; Sun, 4 Oct 2009 07:41:18 +0200 (CEST) From: Dirk Heinrichs Organization: Privat To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] PostgreSQL server blocker Date: Sun, 4 Oct 2009 07:41:17 +0200 User-Agent: KMail/1.12.1 (Linux/2.6.31.1; KDE/4.3.1; i686; ; ) References: <200910040734.24222.dirk.heinrichs@online.de> In-Reply-To: <200910040734.24222.dirk.heinrichs@online.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200910040741.17862.dirk.heinrichs@online.de> X-Provags-ID: V01U2FsdGVkX1/J7dgP4ghZXb3gD0uJtuTNgwksGSer+br8EL3 eaDewQOAhwVznpuMlv4cqWl+L6nzlzO34G6YWcEGD+vLl1EbMg CQUz58QWVA= X-Archives-Salt: 811c0e4a-4aca-4d68-9d98-cd0bfa3c9545 X-Archives-Hash: 6edd684a14d4f7d67b4d03973d8c7829 Am Sonntag 04 Oktober 2009 07:34:24 schrieb Dirk Heinrichs: > Am Samstag 03 Oktober 2009 22:59:15 schrieb Stroller: > > For the longest time I've had PostgreSQL server installed on one of my > > systems. I update world every month or two and today `emerge -upv > > world` shows this blocker: > > Postgresql packages have been split. They are now named postgresql-base, > -doc and -server. You need to uninstall your current packages and install > those. Forgot to add: The new packages are also slotted now. Means you can install several major versions (back to 7.3.x) next to each other to ease upgrade: Install new version, dump databases of old version, stop old, start new, import databases, uninstall old version. Bye... Dirk