Skip to content

What do "Error replicating transaction" errors mean on replicas? #1372

Answered by jeroiraz
tutiplain asked this question in Q&A
Discussion options

You must be logged in to vote

Hi all,

I am running ImmuDB in a network and using two different machines as replicas (the two machines are part of the same network).

I am starting the master database with the following CLI command:

/immudb --web-server-port=8081 --dir /data/immu_data

The replicas are being started with this command:

/immudb --web-server-port=8081 --replication-enabled --replication-follower-username=immudb --replication-follower-password=immudb --port=3323 --pgsql-server=false --replication-master- --dir /data/immu_data

This works fine. What I'd like to do is have one of my replicas start up as the new master database, and then have a new replica come up on yet another machine on the network. I alread…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@tutiplain
Comment options

@jeroiraz
Comment options

@tutiplain
Comment options

@jeroiraz
Comment options

@tutiplain
Comment options

Answer selected by tutiplain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants