migra
migra copied to clipboard
An exit code for bad connections or databases
Hi,
I'm using migra as part of my CI/CD pipeline. I understand wanting migra's error code to match diff's, but for a CI/CD pipeline I want to differentiate between a bad database connection, and a ok database connection, but diff output. Is there a way to have an exit code for python exceptions, failed database connections, invalid passwords, etc: all the things that aren't "we could connect, but a diff did or did not exist"
Related to #161