Results 1 to 2 of 2
Hi,
Please tell me
I have postgres database dxcf4 and I need to tack backup of this on another system, which is in the same network,
but destination system don’t ...
- 08-13-2005 #1Just Joined!
- Join Date
- Apr 2005
- Posts
- 24
Postgres database backup
Hi,
Please tell me
I have postgres database dxcf4 and I need to tack backup of this on another system, which is in the same network,
but destination system don’t have postgres due to that I want to tack back up in my home dir
Mahesh-
- 08-14-2005 #2
Your best bet is just going to be a nfs share over the network, with the remote computer gzipping up the database file. I am not sure where postgres stores this data, but using pg_dump you should be able to make a nightly dump of the server with cron, then have the remote machine pull that dump file.


Reply With Quote
