Re: backup postgres database

From: Marcelo Pereira <gandalf(at)sum(dot)desktop(dot)com(dot)br>
To: arun kv <arun(at)library(dot)iisc(dot)ernet(dot)in>
Cc: PGSQL <pgsql-php(at)postgresql(dot)org>
Subject: Re: backup postgres database
Date: 2002-03-13 18:33:37
Message-ID: Pine.LNX.4.20.0203131531200.15499-100000@ni.hmmg.sp.gov.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Hello,

You could use:

# pg_dump database > backup_file

So, on the another system:

# psql -d database -f backup_file

I think it will solve your problem...

See ya,

Marcelo Pereira

-- Remember that only God and Esc+:w saves.
__
(_.\ Marcelo Pereira |
/ / ___ |
/ (_/ _ \__ Matematica/99 - IMECC |
_______\____/_\___)___Unicamp_______________/

--- arun kv, with his fast fingers, wrote:

:> hello sir,
:> i have a postgresql database in one system and want to transfer
:> the same to another system. i am not finding a way to transfer this
:> database from one system to another.if i transfer the file in
:> /var/lib/pgsql/libdatabase them it gives error.how shall i transfer
:> database.
:> another thing. how to take up backups of the database on the system.
:> pls help me as i am new to postgresql
:> thanking you
:> Arun
:>
:>
:> ---------------------------(end of broadcast)---------------------------
:> TIP 4: Don't 'kill -9' the postmaster
:>

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Frank Finner 2002-03-13 18:51:07 Re: backup postgres database
Previous Message Jon Hassen 2002-03-13 17:46:21 Re: backup postgres database