Trying to start by separating the DB. Decided I was going to cluster the existing DB to a new slave, then make the slave the new master - but when trying to run the kickstart-replication script, I'm getting "Binary logging was not enabled when you boostrapped this MySQL server." I worked around this by manually running
/opt/scalr-server/embedded/bin/mysqlreplicate --master=root:<root pw>@<master ip>:3306 --slave=root:<root pw>@<slave ip>:3306 --rpl=repl:<repl pw> --pedantic -vv --start-from-beginning -- You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
