Comments on: Integrating pt-online-schema-change with a Scripted Deployment https://www.percona.com/blog/integrating-pt-online-schema-change-scripted-deployment/ Thu, 11 May 2023 20:21:13 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Jim https://www.percona.com/blog/integrating-pt-online-schema-change-scripted-deployment/#comment-3435777 Mon, 25 Nov 2013 07:17:21 +0000 https://www.percona.com/blog/?p=19205#comment-3435777 Another option is using liquibase’s execute command from within a changeSet: http://www.liquibase.org/documentation/changes/execute_command.html

]]>
By: Frederic Descamps https://www.percona.com/blog/integrating-pt-online-schema-change-scripted-deployment/#comment-3411021 Thu, 21 Nov 2013 20:11:34 +0000 https://www.percona.com/blog/?p=19205#comment-3411021 Hi Mike,

I wrote also some tool to completely replace Liquibase that allows you to migrate your schema but also to rollback or verify.

It can be integrated easily with puppet to automate all the process. It uses Oracle’s MySQL-utilities and pt-online-schema-change.

If you are interested, I did a presentation at PLUK: https://www.percona.com/live/london-2013/sessions/mysql-schemas-versioning-and-deployment-automation-production

It’s also hosted on github: https://github.com/lefred/online-migration

Cheers 😉

]]>