Replies: 1 comment 1 reply
-
Services data is not synchronised over the network. You can only have one services server on your network. If you're using the MySQL Anope backend you can do failover with MySQL replication. You should ask future Anope questions on irc.anope.org #anope or on the Anope forum. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After installing and configuring the first server I configured a second server (different ip and hostname, same subnet)
Both have local mysql db's for anope.
How do I know if those servers are linked? Both have these lines in the config file. With
netstat
I see both have port 7001 open.Nothing in log files. The link to 127.0.0.1 for anope is shown in log.
The goal of linking is redundancy. Users connect to server one or server two. The servers have the same anope data so the same registered users and channels.
At the moment the db on server one contains a registered user. The db on server two is empty.
Get those two db's synced when the servers are linked? Or should I take another approach?
Beta Was this translation helpful? Give feedback.
All reactions