Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^5: Tracking and deploying changes in (MySql/Maria) DB schema ...

by karlgoethebier (Abbot)
on May 23, 2019 at 11:30 UTC ( [id://11100410]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Tracking and deploying changes in (MySql/Maria) DB schema ...
in thread Tracking and deploying changes in (MySql/Maria) DB schema ...

This is not crazy. It works. We did it like this with a huge MySQL DB for about 10 years. Best regards, Karl

«The Crux of the Biscuit is the Apostrophe»

perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help

  • Comment on Re^5: Tracking and deploying changes in (MySql/Maria) DB schema ...
  • Download Code

Replies are listed 'Best First'.
Re^6: Tracking and deploying changes in (MySql/Maria) DB schema ...
by soonix (Canon) on May 23, 2019 at 13:32 UTC
    What about impact on resource usage? (That was my main reason for preliminarily calling it crazy)

      Terrific, to be honest. A restore of a full dump lasted one day or so. If this is what you where talking about. Totally out of question. But this case happened 2 or 3 times. In most cases it was enough to roll back/change 2 or 3 tables. Due to some strange design this had no impact on data consistency. At least the customer believed this. BTW, unfortunately MySQL dumps are plain text files. This design is totally fubar IMHO. Regards, Karl

      «The Crux of the Biscuit is the Apostrophe»

      perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help

        No, I meant a mysqldump --no-data …

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11100410]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-25 21:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found