Tagged Questions
3
votes
1answer
26 views
External read-only DB, my local DB, inconsistency
There's a service A that works with DB1, there's service B that works with DB1 and DB2. Service A has read-write access to DB1 and doesn't work with DB2 at all. Service 2 has read-write access to DB2 ...