Skip to content

v0.12.1 - EC2 MySQL Support Fix

Latest

Choose a tag to compare

@wmalexander wmalexander released this 16 Aug 22:08
· 62 commits to main since this release

Fixed

  • Fixed MySQL operations failing on EC2 instances without native MySQL client
  • Added dual-mode MySQL client support: uses native client on Mac, Docker on EC2
  • All database operations now automatically detect and use appropriate execution method
  • Resolved "mysqldump command not found" errors during network table migrations on EC2

This release ensures the tool works seamlessly on both Mac development environments and EC2 production servers.