Re: Programatically create, dump, copy to other server and restore database

Поиск
Список
Период
Сортировка
От Dai, Tino
Тема Re: Programatically create, dump, copy to other server and restore database
Дата
Msg-id 1CA7FF980DA3824F9A5C31532B7A40DCDAB310E5@LCXCLMB01.LCDS.LOC.GOV
обсуждение исходный текст
Ответ на Programatically create, dump, copy to other server and restore database  (dimitarn <dimitarn@abv.bg>)
Список pgsql-admin
You might be able to do that will slony (haven't tried) and you might be even be able to get away with a view
into the data depending on your requirements. -Tino
________________________________________
From: pgsql-admin-owner@postgresql.org [pgsql-admin-owner@postgresql.org] On Behalf Of dimitarn [dimitarn@abv.bg]
Sent: Sunday, June 20, 2010 12:12 PM
To: pgsql-admin@postgresql.org
Subject: [ADMIN] Programatically create, dump, copy to other server and restore database

Hi
I have a database running on server A. I need to have my custom web
interface from which i partition/replicate part of the data to other server.
Example:
Server A there is table with records from 1 to 100k.
Create the same database on the other server, partition this table on other
server taking the records from 50k to 100k and replicate the all data from
the other tables. Also all users, roles, indexes and so on on server B.

So my thoughts are  to execute some how the dump script, then copy it to
server B,  execute the create database and tables scripts, drop the indexes
on the partitioned table, (remove the records 1 to 50k from the dump file
or) execute the script and remove the records from 1 to 50k, add the
indexes.

OR

Copy the postgres data files(i don't know how they are organized in
postgres, but in mysql there are data nad index files) to the data file
directory on server B. I think this will immediately make the database
visible and working to postgres db server? And then remove the records from
1 to 50k.

If you have any other suggestions please share them :)

--
View this message in context:
http://old.nabble.com/Programatically-create%2C-dump%2C-copy-to-other-server-and-restore-database-tp28941026p28941026.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.


--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: nmsbdmgr doesnt start
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Postgre Server stopped during continuous run.