Re: [OT] Installing 8.3beta on debian (stable)

From: chrisj <chrisj(dot)wood(at)sympatico(dot)ca>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: [OT] Installing 8.3beta on debian (stable)
Date: 2007-11-23 19:13:50
Message-ID: 13917566.post@talk.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


Hi Oliver,

you said "There will never be an official Debian package of 8.3 for current
stable."

Any idea when 8.3 will make it to unstable?? Never delved into experimental
before and I am not sure I want to start now.

Oliver Elphick wrote:
>
>
> On Fri, 2007-11-16 at 11:28 -0500, Sean Davis wrote:
>> I have recently been convinced by a colleague to use debian (stable)
>> for our server. Now, I would like to install 8.3beta. I have been
>> running 8.3beta on another server and it (as usual) is quite stable.
>> How do I go about installing 8.3beta (using apt, if possible) on the
>> debian stable? Feel free to tell me to ask on another list/forum, if
>> that is the best answer.
>
> There will never be an official Debian package of 8.3 for current
> stable. What you can do is download the source files from
> http://packages.debian.org/experimental/postgresql-8.3 and then build
> postgresql-8.3 from source. The process will go something like this:
>
> [download postgresql-8.3_8.3~beta2-1.dsc
> postgresql-8.3_8.3~beta2.orig.tar.gz
> postgresql-8.3_8.3~beta2-1.diff.gz ]
>
> [cd to a working directory, then
> dpkg-source -x .../path/to/postgresql-8.3_8.3~beta2-1.dsc
> ]
>
> apt-get install devscripts
> cd postgresql-8.3
> debuild
>
> You will also have to install any packages that are reported as missing
> along the way; these are build dependencies. You can ignore the GPG
> signing at the end of the build, since the package is only for your own
> use.
>
> The binary packages will be placed in the parent directory. Install
> them with:
>
> dpkg -i *.deb
>
> This will not sort out dependencies for you. If any dependencies are
> missing, install them with apt and repeat the dpkg command.
>
> --
> Oliver Elphick olly(at)lfix(dot)co(dot)uk
> Isle of Wight http://www.lfix.co.uk/oliver
> GPG: 1024D/A54310EA 92C8 39E7 280E 3631 3F0E 1EC0 5664 7A2F A543 10EA
> ========================================
> You're nearly out of time! http://www.lfix.co.uk/disappearance.html
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>
>

--
View this message in context: http://www.nabble.com/-OT--Installing-8.3beta-on-debian-%28stable%29-tf4822449.html#a13917566
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Glaesemann 2007-11-23 21:19:21 Re: create constant values
Previous Message Mag Gam 2007-11-22 16:41:23 On-line backup and point-in-time recovery (PITR), and human error