I’ve followed the instructions here to setup replication - it works great.
I need to add a second slave that only replicates one database from the master. How can I do this?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
You should be able to follow the same steps for the second replica, just try adding this in your second slave’s config: replicate_do_db = dbname
, that way only this specific database should be replicated.
Click below to sign up and get $100 of credit to try our products over 60 days!