https://dev.mysql.com/doc/refman/8.0/en/replication.html
Replication enables data from one MySQL database server (known as a source) to be copied to one or more MySQL database servers (known as replicas).
Do we want DB_PRIMARY, or DB_SOURCE, or something else?
Follows up rMW950cf6016c10: Rename DB_SLAVE constant to DB_REPLICA and T190395: Use DB_REPLICA constant instead of DB_SLAVE