From: Дмитрий <ddv@bgc.perm.ru>
To: ALT Linux sysadmins' discussion <sysadmins@lists.altlinux.org>
Subject: Re: [Sysadmins] replication on postgresql 9.1
Date: Thu, 05 Jul 2012 21:36:22 +0600
Message-ID: <4FF5B476.9030004@bgc.perm.ru> (raw)
In-Reply-To: <4FF14BA1.60409@altlinux.ru>
02.07.2012 13:20, Anton Gorlov пишет:
> 02.07.2012 11:18, Sergey Alembekov пишет:
>> 02.07.2012 11:11, Anton Gorlov пишет:
>>> Возможно ли реплицировать не все базы,а лишь часть баз? речь идёт про
>>> нативную реплику, без использования slony
>> нет
> гм...печально. Тогда такой вопрос - можно ли в рамках 1 сервера
> запустить 2 инстанции БД? типа некий аналог mysql_multi тут существует
> или нет?
у вас должно быть что-то вроде
/etc/sysconfig/pgsql/postgres (не помню где точно)
в нём
PGDATA=/var/lib/pgsql/postgres_data/
PGLOG=/var/lib/pgsql/postgres_log/
PGPORT=5432
делаете ещё один
cp /etc/sysconfig/pgsql/postgres /etc/sysconfig/pgsql/postgres1
с содержимым
PGDATA=/var/lib/pgsql/postgres1_data/
PGLOG=/var/lib/pgsql/postgres1_log/
PGPORT=5433
делаете симлинк
ln -s /etc/init.d/postgres /etc/init.d/postgres1
генерите базу для обоих
service postgres initdb
service postgres1 initdb
запускаем
service postgres start
service postgres1 start
главное чтоб init скрипте было
. /etc/sysconfig/pgsql/${NAME}
чтоб переменные брались от туда, а $NAME из basename бралось
в альте вроде не из basename берётся, поэтому симлинк не покатит,
сделайте CP и отредактируйте.
на счёт репликации.. часть нельзя, т.к. передаются wal'ы в них записаны
изменения в страницах, в которых может быть что угодно.. папка data на
мастере и слэйве идентичны из байта в байт при условии что слэйв уже
успел накатить все из менения на мастере.. по этой же причне нельзя на
слейве создать другую базу.
next prev parent reply other threads:[~2012-07-05 15:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-02 7:11 Anton Gorlov
2012-07-02 7:18 ` Sergey Alembekov
2012-07-02 7:20 ` Anton Gorlov
2012-07-05 15:36 ` Дмитрий [this message]
2012-07-09 5:16 ` Anton Gorlov
2012-07-09 9:12 ` Sergey Alembekov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FF5B476.9030004@bgc.perm.ru \
--to=ddv@bgc.perm.ru \
--cc=sysadmins@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux sysadmins discussion
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
public-inbox-index sysadmins
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sysadmins
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git