Re: Copy & Re-copy of DB

Поиск
Список
Период
Сортировка
От Ray O'Donnell
Тема Re: Copy & Re-copy of DB
Дата
Msg-id 00b51766-0fb1-6c6c-82c1-e08cf122e798@rodonnell.ie
обсуждение исходный текст
Ответ на Re: Copy & Re-copy of DB  ("sivapostgres@yahoo.com" <sivapostgres@yahoo.com>)
Ответы Re: Copy & Re-copy of DB  (Benedict Holland <benedict.m.holland@gmail.com>)
Re: Copy & Re-copy of DB  ("sivapostgres@yahoo.com" <sivapostgres@yahoo.com>)
Список pgsql-general
On 21/01/2021 13:13, sivapostgres@yahoo.com wrote:
> Hello,
> 
> I'm from SQL Server now developing my current project using PG.
> 
> In our earlier project(s), we used to copy the database from one server 
> to another, work in another server, and re-copy it in the original 
> server.   All happened easily with just transferring the two files (mdf 
> & ldf) to our required server.
> 
> Want to replicate the same in PG.  Is there any way to accomplish the 
> same in PG ?

create database <new-db-name> template <old-db-name>

Would that do the job? You could also use pg_dump.

Ray.


-- 
Raymond O'Donnell // Galway // Ireland
ray@rodonnell.ie



В списке pgsql-general по дате отправления:

Предыдущее
От: Ravi Krishna
Дата:
Сообщение: Re: Copy & Re-copy of DB
Следующее
От: Benedict Holland
Дата:
Сообщение: Re: Copy & Re-copy of DB