Search Postgresql Archives

Re: Move a database from one server to other

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> Hello, I have to move all the data in my actual server to the new one.
> I have several databases in postgresql, and I'd like to know the best way
> to
> move them.
> I thoung that maybe copying all the data directory... but I'm not sure,
> and I
> don't know where it's stored.
> I'd apreciate your help.
>
> Thank you very much.


Only copy the data directory if both servers are offline and not running
and if both servers use the same version of postgres. This method is not
recommended AFAIK.

It is much much safer to use pg_dump/pg_restore and know that your data is
consistent.

http://www.postgresql.org/docs/8.2/static/backup-dump.html

Nick




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux