I've spent a week trying to get PostgreSQL 8.3 to install correctly on
WIN2K. Server will load & I see the server processes loaded but none of
them have any open ports. I keep getting the message the server isn't
listening. Server set up to connect to default port 5432 on localhost
but does
The following bug has been logged online:
Bug reference: 4162
Logged by: Javier
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3.1
Operating system: Windows XP SP2
Description:Hotbackup recovery doesn't work in windows
Details:
I've found that the hotbackup
>>> D Galen <[EMAIL PROTECTED]> wrote:
> Server will load & I see the server processes loaded but none of
> them have any open ports.
Please show us your listen_addresses line from postgresql.conf.
Are you trying to connect to localhost, 127.0.0.1, or some other IP
address?
If W2K supports
Pavel Cvrcek wrote:
> PostgreSQL 8.3.1 installed on Windows with czech locale. If I show help for
> pg_ctl.exe (run pg_ctl.exe --help) I see help where is translated parameter
> for unregister service.
Thanks, fix committed. I fixed a couple of other problems too. The
typo was present since th
On Tue, 2008-05-13 at 00:45 +, Javier wrote:
> The following bug has been logged online:
>
> Bug reference: 4162
> Logged by: Javier
> Email address: [EMAIL PROTECTED]
> PostgreSQL version: 8.3.1
> Operating system: Windows XP SP2
> Description:Hotbackup recovery d
Simon Riggs wrote:
> On Tue, 2008-05-13 at 00:45 +, Javier wrote:
> > The following bug has been logged online:
> >
> > Bug reference: 4162
> > Logged by: Javier
> > Email address: [EMAIL PROTECTED]
> > PostgreSQL version: 8.3.1
> > Operating system: Windows XP SP2
> > Des
Hi, I'm making a base backup, and then I try to recover from it. I install
postgres from msi installer, add some tables and data and then follow the
steps in "24.3.2. Making a Base Backup". I don't keep archiving files
forever but archive just the indispensable (basicaly the same than
pg_hotbackup
Javier Pimás wrote:
> Hi, I'm making a base backup, and then I try to recover from it. I
> install postgres from msi installer, add some tables and data and
> then follow the steps in "24.3.2. Making a Base Backup". I don't keep
> archiving files forever but archive just the indispensable (basicaly
On Tue, 2008-05-13 at 17:20 -0300, Javier Pimás wrote:
> I'm not compiling anything, but made a binary patch to the exe (I was
> in a hurry!) that avoids calling close with -1 and recovery process
> started working.
Good shooting. If you'd said that to begin with, I would have taken the
report wi