Online schema migration with GH-OST
TODO Install and setup gh-ost on AWS linux jumphost. As this is an AMD machine, we will download the latest build of the same. wget <latest_release_tar> GH-OST Release Time to extract the tar, for linux machine use: tar -xvf <file_name.tar> run a sample alter migration. Let’s first start by testing your migration. Notice we aren’t using –execute flag which is actually responsible for executing the alter request. Complete information can be found in the official cheatsheet ...