X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-fx0-f219.google.com (mail-fx0-f219.google.com [209.85.220.219]) by lists.alpinelinux.org (Postfix) with ESMTP id E5175618EB4 for ; Wed, 12 Aug 2009 16:06:23 +0000 (UTC) Received: by fxm19 with SMTP id 19so98398fxm.26 for ; Wed, 12 Aug 2009 09:06:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=3cgAgrftUvoBsfjF0CS8YOmNMd4XSxExWYM711E1ZHk=; b=oEvdhEk461XTGtBguQQBX64FUOOAXdvatxVkhMpwZQ8qq6FWyZJn/lPviplO4wWsjC 7s8ovZQIJ/ZqzER3GrzYE2yJr02T1HZEL8z/QdH5uiWRLZIh28jEEaDBbCR1iJcTUEL9 2BzVvPOvoNrsA0SidiLWiDX6EsqT8g8XRnjTY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=hW847EZsNPyul1nwNvYg4Duh2fLgAnsub+Mg1Mea3JH5am/8I+h6ZVv5TjUfk1Ks3C BxcHBvjJ3lrHyIwVP/HqKze8a9Kxpqa/ZqgWMZFyfZIAK49eJPmiUvd2RdVtxh6OO2Y0 Yzw4fT5buOH1/EomyPkJxUqaRtfWgeSdc4CVw= Received: by 10.103.197.14 with SMTP id z14mr88898mup.17.1250093182304; Wed, 12 Aug 2009 09:06:22 -0700 (PDT) Received: from ?10.65.65.1? ([90.149.199.29]) by mx.google.com with ESMTPS id b9sm30870273mug.9.2009.08.12.09.06.20 (version=SSLv3 cipher=RC4-MD5); Wed, 12 Aug 2009 09:06:21 -0700 (PDT) Subject: [alpine-devel] postgresql upgrade to 8.4 From: Natanael Copa To: alpine-devel@lists.alpinelinux.org Content-Type: text/plain Date: Wed, 12 Aug 2009 18:04:53 +0200 Message-Id: <1250093093.9037.462.camel@localhost.localdomain> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 Content-Transfer-Encoding: 7bit Hi, This is just a heads up for you who uses postgresql. I am upgrading postgres to 8.4. This will require that you manually pg_dumpall *before* the upgrade. The .pre-upgrade script will abort the upgrade if it detects older than 8.4 running, displaying the following information: * You are upgrading to postgres 8.4 wich is not compatible with the running * See: http://www.postgresql.org/docs/8.4/interactive/install-upgrading.html * * The corresponding steps for Alpine Linux is: * * pg_dumpall -U postgres > dumpfile * /etc/init.d/postgresql stop * apk add -u postgresql * /etc/init.d/postgresql setup * /etc/init.d/postgresl start * psql -U postgres -f dumpfile * -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---