Re: starting a second slave from a first slave's dump

2007-07-11 Thread Ofer Inbar
Baron Schwartz <[EMAIL PROTECTED]> wrote: > Ofer Inbar wrote: > > host a is the master > > host b is a replication slave > > host c is to become a second replication slave > > there's no full dump from host a > >One possibility I can think of: > > - stop slave on host b > > - run the dump on h

Re: starting a second slave from a first slave's dump

2007-07-11 Thread Baron Schwartz
Hi Ofer Inbar wrote: Scenario: host a is the master host b is a replication slave host c is to become a second replication slave there's no full dump from host a [snip] One possibility I can think of: - stop slave on host b - run the dump on host b - note its position in host a's bi

starting a second slave from a first slave's dump

2007-07-11 Thread Ofer Inbar
Scenario: host a is the master host b is a replication slave host c is to become a second replication slave there's no full dump from host a Normally, to start a new slave, I'd restore a dump from host a, and start slaving using the master data in that dump. In this situation, however, ru