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
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
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