Re: Database Transfer

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Craig May <craig(dot)may(at)s2(dot)enthdimension(dot)com(dot)au>
Cc: PGSQL-SQL <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Database Transfer
Date: 2000-06-18 14:24:43
Message-ID: Pine.LNX.4.21.0006181623500.562-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-sql

Craig May writes:

> I have two servers running pgsql. Is there a command to transfer the
> databases
> between them?

pg_dump and psql. "Back up" one database and "restore" it on the other
server. Don't even think about moving files around. :)

--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-06-18 14:35:54 Re: Big 7.1 open items
Previous Message Bruce Momjian 2000-06-18 13:33:44 Re: Big 7.1 open items

Browse pgsql-sql by date

  From Date Subject
Next Message rocael 2000-06-18 18:38:49 capacity of copy command??
Previous Message Peter Eisentraut 2000-06-18 14:16:26 Re: find the number of rows for each table