setting up postgres replication FATAL: database system identifier differs between the primary and standby

Поиск
Список
Период
Сортировка
От Noah
Тема setting up postgres replication FATAL: database system identifier differs between the primary and standby
Дата
Msg-id 2247e5f0-1e40-be50-1ca7-726afacb6d87@enabled.com
обсуждение исходный текст
Ответы Re: setting up postgres replication FATAL: database system identifier differs between the primary and standby  (Ian Lawrence Barwick <barwick@gmail.com>)
Список pgsql-admin
Ahoy there,

I am attempting to set up postgres12 with replication between two servers.

I followed these instructions.


https://www.digitalocean.com/community/tutorials/how-to-set-up-physical-streaming-replication-with-postgresql-12-on-ubuntu-20-04

At step 4 - I restarted the replica database with command "sudo 
systemctl restart postgresql@12-main"

I see these messages in the /var/log/postgresql/postgresql-12-main.log file

--- snip ---

2022-02-12 17:39:51.345 UTC [237364] LOG:  entering standby mode
2022-02-12 17:39:51.356 UTC [237365] FATAL:  database system identifier 
differs between the primary and standby
2022-02-12 17:39:51.356 UTC [237365] DETAIL:  The primary's identifier 
is 7048326921585830819, the standby's identifier is 7063458841707763655.
2022-02-12 17:39:51.367 UTC [237369] FATAL:  database system identifier 
differs between the primary and standby
2022-02-12 17:39:51.367 UTC [237369] DETAIL:  The primary's identifier 
is 7048326921585830819, the standby's identifier is 7063458841707763655.
2022-02-12 17:39:56.380 UTC [237371] FATAL:  database system identifier 
differs between the primary and standby
2022-02-12 17:39:56.380 UTC [237371] DETAIL:  The primary's identifier 
is 7048326921585830819, the standby's identifier is 7063458841707763655.

--- snip ---


Is there an easy way to solve this problem?


Cheers



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

Предыдущее
От: Scott Ribe
Дата:
Сообщение: Re: PG_Base Backup take 8 to 9Hrs
Следующее
От: Ian Lawrence Barwick
Дата:
Сообщение: Re: setting up postgres replication FATAL: database system identifier differs between the primary and standby