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?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.