MikhailKalashnikov
MikhailKalashnikov
@jarlopez Is this issue is till valid? If yes could you please provide some additional information: PG version, full command you used to create replication slot and PluginOpts of start...
I could not reproduce this issue with pgoutput plugin and PG10. When you start replication do you call `epgsql:start_replication` with `callback` a module or a pid? I usually use it...
`start` command actually calls `console` command so new config will be generated when we call start. ``` start|start_boot) CMD=$1 case "$1" in start) shift START_OPTION="console" #### WE SET CONSOLE COMMAND...