Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 Server Documentation #371

Open
edperry opened this issue Nov 27, 2019 · 0 comments
Open

2 Server Documentation #371

edperry opened this issue Nov 27, 2019 · 0 comments

Comments

@edperry
Copy link

edperry commented Nov 27, 2019

I am trying to figure out how to bring online 2 servers in to the "cluster" so I have redundancy of the miners and other components

I already have 1 Host running all the Private Deploy and pushed the container to a private docker repository

Now I am trying to figure out what "minimum" I need to bring online a second server.

I suspect the steps are close but I am pretty sure I copied too much information from Server1

Server 1: Follow private deploy process
Server 1: Change the CovenantSql/test/.../config.yml to change 127.0.0.1 to IP of host
Server 1: Push created image to private repo
Server 2: Pull image from private repo
?Server 2: rsync ConvenantSql/ directory from Server 1 (I suspect this is my problem)
?Server 2: go to ConventSql directory and run the make start

Server 2 starts and when I connect to the console "csq console......" the existing DB is there but the blockchain between the 2 servers seems to be different as I add new data

I know I am screwing it up by copying too much data from Server1 to server2.

So what do I need to do to "Initialize" a second host. With the minimum amount of "files"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant