Releases: Justintime50/srvinfra
Releases · Justintime50/srvinfra
v0.6.2
- Uses the
quiet
flag to suppress verbose (unnecessary) output during deployments
v0.6.1
- Updates path to projects
v0.6.0
- Docker compose commands changed from old
docker-compose
to newdocker compose
invocation
v0.5.0
v0.4.0
- Adds new
decrypt_database_backup
command - Adds new
export_database_secure
command - Adds new
help
command to list all available commands
v0.3.4
- Don't quote MySQL passwords
v0.3.3
- Change colon to dash in cut command
v0.3.2
- Fixes a bug that didn't properly pass the database name to the import/export function after the changes in
v0.3.1
v0.3.1
- Adds default filename to sql export of
db.sql
in the current directory - No longer assumes
-db
suffix on database container names (was not compatible with clustered containers) - Changes directories when running the deploy commands instead of referencing
docker-compose
files from another directory (fixes an issue where relative paths inside ofdocker-compose
files could not be found due to how we were referencing them) - Removes a bunch of additional unnecessary
cd
commands
v0.3.0
- Adds
import_database
andexport_database
commands for easy data migration to and from Docker containers