Changes

Jump to navigation Jump to search
402 bytes added ,  17:32, 14 August 2014
Line 135: Line 135:  
and do this to extract the content
 
and do this to extract the content
 
  bunzip2 <mail_attachment_2011-08-13_13h15m.tar.bz2 | pax -rv
 
  bunzip2 <mail_attachment_2011-08-13_13h15m.tar.bz2 | pax -rv
 +
 +
==Known Issues==
 +
* Warning: Skipping the data of table mysql.event. Specify the --events option explicitly.
 +
see http://www.linuxbrigade.com/warning-skipping-data-table-mysql-event/#more-135
 +
 +
some solutions :
 +
if we want to backup databases
 +
mysqldump -uroot --events mysql > /tmp/mysql.sql
 +
or if we don't want to backup them
 +
mysqldump -uroot --events --ignore-table=mysql.event mysql > /tmp/mysql.sql
    
==Bugs==
 
==Bugs==
 
for the moment there is no section for smeserver-automysqlbackup in bugzilla, so send me a mail to mailto:stephdl@de-labrusse.fr.
 
for the moment there is no section for smeserver-automysqlbackup in bugzilla, so send me a mail to mailto:stephdl@de-labrusse.fr.
 
[[Category: Contrib]]
 
[[Category: Contrib]]

Navigation menu