(multiplatform) replication problem

From: "W(dot)P(dot)" <laurentp(at)wp(dot)pl>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: (multiplatform) replication problem
Date: 2019-01-08 15:48:55
Message-ID: a066974e-d218-f3ad-4919-c137a814a378@wp.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi there,
I have following setup:
- master database, 9.5.7, on I386 (Pentium M),
now i want to replicate database to:
- slave database. 9.5.7 on armhf (OrangePiPC+).
Is in possible?
I already followed "replication setup"
https://www.howtoforge.com/tutorial/postgresql-replication-on-ubuntu-15-04/
Downloaded and compiled 9.5.7 (same as on master DB) from source, as at
the beginning on ARM there was 9.4 PgSQL and I got "incompatible server
version" at 'pg_basebackup' step. If I initialize DB from scratch it
starts w/o problem.

Now "pg_basebackup" step succedes, but trying to start slave gives error:
'FATAL: incorrect checksum in control file'

1). Is it possible to manage such configuration?
2). How?

Best regards
Wawrzyniec Piotrzkowski
Poland

Responses

Browse pgsql-general by date

  From Date Subject
Next Message ROS Didier 2019-01-08 16:17:19 multiple configurations with repmgr
Previous Message Erika Knihti-Van Driessche 2019-01-08 09:08:39 Re: Multiple postgresql clusters with same version and separate binaries