Hi All,
I'm just trying to get the procedure straight for creating a slave replica of my primary database.
I currently have a single Percona Server with XtraBackup running daily.
Should I be able to;
1) Take my last full, create an incremental with it (or just use last nights copy)
2) Prepare the backup
3) copy across to the slave server
4) Configure the db as a slave, start the db and stop the slave process
5) Set
MASTER_LOG_FILE = 'xxxx',
MASTER_LOG_POS = xxxx;
6) Start the slave process
7) Check slave replication status
Does that seem sane ?
Anything I am missing or should be aware of ?
Is this documented anywhere that I can follow (a search did not return anything useful)
Thanks
Nathan.
I'm just trying to get the procedure straight for creating a slave replica of my primary database.
I currently have a single Percona Server with XtraBackup running daily.
Should I be able to;
1) Take my last full, create an incremental with it (or just use last nights copy)
2) Prepare the backup
3) copy across to the slave server
4) Configure the db as a slave, start the db and stop the slave process
5) Set
MASTER_LOG_FILE = 'xxxx',
MASTER_LOG_POS = xxxx;
6) Start the slave process
7) Check slave replication status
Does that seem sane ?
Anything I am missing or should be aware of ?
Is this documented anywhere that I can follow (a search did not return anything useful)
Thanks

Nathan.
Comment