AWS begin replication process now
up vote
0
down vote
favorite
I have replication (MySQL) which is firing once in 24 hours, to set it I was following aws documentation and it is working
call mysql.rds_stop_replication;
call mysql.rds_set_source_delay(86400);
call mysql.rds_start_replication
but sometimes i need to start replication from server 1 to server 2 right now without waiting for delay, I was looking at AWS documentation and cannot find how I can force to replication process start right now.
Is there any procedures which I can call to begin replication process now?
mysql amazon-web-services replication amazon-rds
add a comment |
up vote
0
down vote
favorite
I have replication (MySQL) which is firing once in 24 hours, to set it I was following aws documentation and it is working
call mysql.rds_stop_replication;
call mysql.rds_set_source_delay(86400);
call mysql.rds_start_replication
but sometimes i need to start replication from server 1 to server 2 right now without waiting for delay, I was looking at AWS documentation and cannot find how I can force to replication process start right now.
Is there any procedures which I can call to begin replication process now?
mysql amazon-web-services replication amazon-rds
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have replication (MySQL) which is firing once in 24 hours, to set it I was following aws documentation and it is working
call mysql.rds_stop_replication;
call mysql.rds_set_source_delay(86400);
call mysql.rds_start_replication
but sometimes i need to start replication from server 1 to server 2 right now without waiting for delay, I was looking at AWS documentation and cannot find how I can force to replication process start right now.
Is there any procedures which I can call to begin replication process now?
mysql amazon-web-services replication amazon-rds
I have replication (MySQL) which is firing once in 24 hours, to set it I was following aws documentation and it is working
call mysql.rds_stop_replication;
call mysql.rds_set_source_delay(86400);
call mysql.rds_start_replication
but sometimes i need to start replication from server 1 to server 2 right now without waiting for delay, I was looking at AWS documentation and cannot find how I can force to replication process start right now.
Is there any procedures which I can call to begin replication process now?
mysql amazon-web-services replication amazon-rds
mysql amazon-web-services replication amazon-rds
asked Nov 19 at 0:19
Andrey
61782048
61782048
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53366814%2faws-begin-replication-process-now%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown