Re: Best way to back up mysql database

[ Available lists | Index of freebsd-questions | Month of Dec 2008 | Week of 10 Dec 2008 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Valentin Bud <valentin.bud@gmail.com>
Date
10 Dec 2008 13:18:34
Subject
Re: Best way to back up mysql database
Message-ID
139b44430812100518i1ef9be79v33885dcf6793b745@mail.gmail.com

In reply to

[ Hide this part ]
Hello list,

I apologize if I somehow highjack the thread. I just want to tell the list
for further references
one way (my way) of doing mysql backup and to ask you if it's safe or not.

I have 2 server: one of which is the master (named for the sake of brevity
with M) in mysql terms and the second being the slave (named with S).

I use mysqldump on S and deliver the tarballs to a remote location. I first
stop the slave, do mysqldump
and start the slave.

Is this approach safe? Some might argue that it's not necessary or even
expensive somehow to have 2 boxes
*but* in my case I have 2 servers in production and one backups the other.

thanks for your input and have a great day,
v

Elapsed time: 0.360 seconds