Re: Restore single databaseR

From: Moreno Andreo <moreno(dot)andreo(at)evolu-s(dot)it>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Restore single databaseR
Date: 2017-01-18 14:33:13
Message-ID: 4dcde549-739a-10de-ca4c-28417290f778@evolu-s.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
please don't top post.

Il 18/01/2017 15:01, PAWAN SHARMA ha scritto:
> Thanks for reply, but I have 120 databases running on a one single
> instance. So it's not possible to take backup of instance instead of
> taking pg_dumb of all databases separately.
>
> Example: suppose we have two instances running on single server,
> instance A having 120 databases and instance B having 50 databases and
> I want to move all databases running on instance A to another server
> having same postgres version and server configuration.
>
> So,please suggest how i can move instance A to another server.
Each instance has its own data directory, you need to find and copy the
one that is right for you and start the server. After that you'll see
all of your 120 databases, but you'll be able to dump just the one you need.

HTH,
Moreno

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2017-01-18 15:03:35 Re: Ynt:postgresql : could not serialize access due to read/write dependencies among transactions
Previous Message PAWAN SHARMA 2017-01-18 14:01:48 Re: Restore single databaseR