Magento Dump

Magento Dump without block
"Statements and Performance"

Before

mysqldump -h'hostname' -u'username' -p'password' 'livedbname'

  • Dump time: ~6 Min.
  • Website blocked

After

mysqldump -h'hostname' -u'username' -p'password' --single-transaction --quick 'livedbname'

  • Dump time: 3 Min.
  • Website not blocked!

Links:

Quelle: https://gist.github.com/avoelkl/49563c516d6cb318eb34

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert