Version 1.1.0
- Check if mysql and mysqldump are installed
- Updated README.md
- Added optional
BACKUP_CONFIG_ENVFILE
variable to set the env file location - Updated .env-example (commented out some optional variables)
- Added check if
BACKUP_DIR
exists - Added exit codes
- Added unit tests
- Updated .gitignore
- Bug fix (no views)
- Added option
SKIP_OP
- Added option
MYSQL_PORT
- Migrate from TravisCI to GitHub actions
- Some README improvements