Upgrade to Pro — share decks privately, control downloads, hide ads and more …

MySQL Trickery

Lukas Rieder
February 05, 2015

MySQL Trickery

A talk that outlines the options for live MySQL database migrations. It also features a bunch of great unix tools like sed, csplit or pv.

Held at the Berlin Ruby User Group 5 February 2015.

Lukas Rieder

February 05, 2015
Tweet

More Decks by Lukas Rieder

Other Decks in Technology

Transcript

  1. pv

  2. sed

  3. pv dump.sql \ | csplit \ --silent \ --prefix=table -

    \ '/— Table structure for table/' {*}