It'd be great to start feeding all the writes from the target database to the source database after switchover. In case the application requires a rollback. The replication can be maintained post switchover with bi-directional replication.
This will require re-plumbing the concept of source and target database in the code and always passing the conn strings as input to the various operations
It'd be great to start feeding all the writes from the target database to the source database after
switchover. In case the application requires a rollback. The replication can be maintained post switchover with bi-directional replication.This will require re-plumbing the concept of
sourceandtargetdatabase in the code and always passing the conn strings as input to the various operations