Re: Clone database using rsync?
От | Adrian Klaver |
---|---|
Тема | Re: Clone database using rsync? |
Дата | |
Msg-id | 527986EF.9030103@gmail.com обсуждение исходный текст |
Ответ на | Re: Clone database using rsync? (matt@byrney.com) |
Список | pgsql-general |
On 11/05/2013 03:41 PM, matt@byrney.com wrote: > Copying the data folder should work as long as you stop the postgres > service on the production server before starting the copy and don't start > it up again until the copy finishes. pg_dump and pg_restore (look them up > in the online docs) will get the job done without you having to take the > production server offline. > > If you go with the folder copy and your installation has postgresql.conf, > pg_hba.conf and so on in your data folder, you'll probably want to edit > them after the copy - more logging, different security etc. OP did not say what version they where on but pg_basebackup could be an option, no shutdown necessary either: http://www.postgresql.org/docs/9.3/interactive/app-pgbasebackup.html > > Matt > > >> I need to clone production database to development server ? What is the >> best >> and simplest way to achieve that? Both my production and development >> postgres versions are same. Will copy over data folder using rsync work? >> >> Thanks in advance. >> >> >> >> -- >> View this message in context: >> http://postgresql.1045698.n5.nabble.com/Clone-database-using-rsync-tp5777141.html >> Sent from the PostgreSQL - general mailing list archive at Nabble.com. >> >> >> -- >> Sent via pgsql-general mailing list (pgsql-general@postgresql.org) >> To make changes to your subscription: >> http://www.postgresql.org/mailpref/pgsql-general >> > > > -- Adrian Klaver adrian.klaver@gmail.com
В списке pgsql-general по дате отправления: