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

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

installation

От
"vivek K."
Дата:
Hello All,
I have installed postgresql on windows NT 4.0.But it is giving this problem when i am giving this command.
The programs 'postmaster' and 'psql' are needed by pg_ctl but
were not found in the directory '/usr/bin'.
Check your installation.
         I checked the installation in the default package but could not find there.Cygwin Deamon is also running. Please advice.
Thanks and regards
Vivek
 


Add photos to your messages with MSN 8. 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....