Installation
bash
curl -sSL https://raw.githubusercontent.com/wolfsoftwaresystemsltd/WolfScale/master/setup.sh | sudo bash
Configuration
Edit /etc/wolfscale/config.toml with your database connection details:
toml
[database]
host = "127.0.0.1"
port = 3306
user = "replicator"
password = "your-password"
database = "mydb"
[cluster]
name = "production"
node_id = "node-1"
Start Replicating
bash
sudo systemctl start wolfscale
Repeat on each node you want to replicate to. WolfScale automatically discovers peers and begins synchronisation.