Closed Bug 1276301 Opened 8 years ago Closed 8 years ago

Please turn off the replication set up in bug 1246965

Categories

(Data & BI Services Team :: DB: MySQL, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: emorley, Assigned: team73)

References

Details

(Keywords: treeherder)

The replication in bug 1246965 has served its purpose (bootstraping a new RDS DB instance) so can be turned off. (It's actually failed recently, so has already stopped, but what be good to turn it off for real.

Note: We'll be wanting to set up similar replication for another node in the future, so don't undo anything that would make that easier.

Many thanks!
I've stopped replication on the RDS instance.
(In reply to Kendall Libby [:fubar] from comment #1)
> I've stopped replication on the RDS instance.

Thank you :-)

Leaving the bug open to switch off on the SCL3 side. (With the caveat that we'll need to enable something similar again for another node soon, see comment 0).
Yeah, our work would be to remove netflows and users, so there's nothing to be done on our side for this.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
The treeherder-stage RDS instance still had the yellow warning triange next to it's row in the RDS control panel (tooltip of "read replication: stopped").

Looking at:
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.NonRDSRepl.html#MySQL.Procedural.Importing.Redirect.App

...it seemed like whilst the `CALL mysql.rds_stop_replication;` must have been run, step 6 was outstanding, so I ran:

CALL mysql.rds_reset_external_master;

This worked - the replication stopped warning has now disappeared.
Keywords: treeherder
You need to log in before you can comment on or make changes to this bug.