Error con logical replication

From: motum hesa <motums(at)gmail(dot)com>
To: Lista PostgreSQL <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Error con logical replication
Date: 2017-12-19 15:48:39
Message-ID: CAJu20AjUFE8kZG-=eu24sKC8rk5DWcgp3ot6XBp=ZfSZOaEgSw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Buen día lista.

He estado tratando de configurar logical replication entre 2 servidores,
pero me he encontrado con el siguiente problema:

ERROR: could not create replication slot "subtest": ERROR: could not
access file "pgoutput": No such file or directory

El mensaje de error sale cuándo trato de crear la suscripción:

CREATE SUBSCRIPTION subtest
CONNECTION 'host=domain.com port=5432 user=replicador password=
dbname=testsub'
PUBLICATION pubtest;

Mis dos servidores tienen la siguiente versión:

Server 1:

Version string PostgreSQL 10.1 on amd64-portbld-freebsd11.1, compiled by
FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on LLVM
4.0.0), 64-bit

Server 2:

Version string PostgreSQL 10.1 on amd64-portbld-freebsd10.4, compiled by
FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512,
64-bit

De antemano, muchas gracias.

Saludos

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Alvaro Herrera 2017-12-19 16:12:16 Re: Error con logical replication
Previous Message Stephen Amell 2017-12-19 13:12:11 Re: Drop user y Grantor <> Owner !