Re: File system level backup

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Manoj Agarwal" <ma(at)ockham(dot)be>,<pgsql-general(at)postgresql(dot)org>
Subject: Re: File system level backup
Date: 2012-08-01 20:48:17
Message-ID: 50194FC10200002500049333@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Manoj Agarwal" <ma(at)ockham(dot)be> wrote:

> I need to transfer the database from one machine to other. Both
> machines contain a database with the same name, for example:
> testdb, but with different data/values, but the structure is
> exactly same.

> Take file system level backup from from first machine for
> Postgres database 'testdb' and restore it in another instance that
> has SAME version of Postgres. i.e. backup the database 'testdb'
> from Postgres 7.4.19 and restore it on another virtual machine
> with same Postgres version 7.4.19.

You cannot use file system level copy for individual databases in a
cluster.

-Kevin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Johnston 2012-08-01 20:59:44 Re: Need help with SQL query and finding NULL array_agg
Previous Message Condor 2012-08-01 20:16:06 Need help with SQL query and finding NULL array_agg