Обсуждение: installation

Поиск
Список
Период
Сортировка

installation

От
"vivek K."
Дата:
<div style="background-color:"><div>Hello All,</div><div>I have installed postgresql on windows NT 4.0.But it is giving
thisproblem when i am giving this command.</div><div>The programs 'postmaster' and 'psql' are needed by pg_ctl but<br
/>werenot found in the directory '/usr/bin'.<br />Check your installation.</div><div>         I checked the
installationin the default package but could not find there.Cygwin Deamon is also running. Please
advice.</div><div>Thanksand regards</div><div>Vivek</div><div> </div></div><br clear="all" /><hr />Add photos to your
messageswith <a href="http://g.msn.com/8HMHEN/2749">MSN 8. </a> Get 2 months FREE*. 

best way to make incremental back-ups?

От
"Mel Jamero"
Дата:
Hi!

What's the best way to make incremental back-ups?

Is there a tool (GUI or otherwise, open source perhaps) for this?

Red Hat Linux 7.2.  PostgreSQL 7.1

thanks,

Mel

Re: best way to make incremental back-ups?

От
Bruce Momjian
Дата:
Sorry, we will have point-in-time recovery in 7.4.  Right now, the only
solution is a async replication using something like /contrib/dbmirror
or /contrib/rserv.

---------------------------------------------------------------------------

Mel Jamero wrote:
> Hi!
>
> What's the best way to make incremental back-ups?
>
> Is there a tool (GUI or otherwise, open source perhaps) for this?
>
> Red Hat Linux 7.2.  PostgreSQL 7.1
>
> thanks,
>
> Mel
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Re: best way to make incremental back-ups?

От
Lee Harr
Дата:
In article <200302171913.h1HJDnr17243@candle.pha.pa.us>, Bruce Momjian wrote:
>
> Sorry, we will have point-in-time recovery in 7.4.  Right now, the only
> solution is a async replication using something like /contrib/dbmirror
> or /contrib/rserv.
>
> ---------------------------------------------------------------------------
>
> Mel Jamero wrote:
>> Hi!
>>
>> What's the best way to make incremental back-ups?
>>
>> Is there a tool (GUI or otherwise, open source perhaps) for this?
>>
>> Red Hat Linux 7.2.  PostgreSQL 7.1
>>


This may be really dumb, but would it be possible to do something
with pg_dump and diff ?

Especially if you use those special flags to pg_dump which tell it
to dump out just the table definitions or just the data....