Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question #186

Closed
mitmelon opened this issue Oct 24, 2020 · 1 comment
Closed

Question #186

mitmelon opened this issue Oct 24, 2020 · 1 comment

Comments

@mitmelon
Copy link

Connection Locator#

I have two database one for read and one for write...

My question is... When inserting data into the write database will the data also reflect on the read automatically. What I mean is that the data added to the write database will it also automatically add to the read database without me adding them manually.

How does the read database access the write database for view.

Awaiting your intelligent response. Thanks.

@brandonsavage
Copy link
Contributor

@mitmelon You need to set up replication, which is out of the scope of this project. This project assumes you have already set up replication from write to read.

Here's the documentation for MySQL and PostgreSQL:

https://dev.mysql.com/doc/refman/8.0/en/replication.html
https://www.postgresql.org/docs/13/runtime-config-replication.html

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants