Skip to content

Releases: Justintime50/srvinfra

v0.6.2

14 Dec 22:42
Compare
Choose a tag to compare
  • Uses the quiet flag to suppress verbose (unnecessary) output during deployments

v0.6.1

14 Dec 21:58
Compare
Choose a tag to compare
  • Updates path to projects

v0.6.0

04 Dec 23:10
Compare
Choose a tag to compare
  • Docker compose commands changed from old docker-compose to new docker compose invocation

v0.5.0

13 Nov 02:22
Compare
Choose a tag to compare

Added a parameter when importing/exporing databases to specify the database name instead of inferring it based on the image name (closes #1)

v0.4.0

08 Nov 06:09
Compare
Choose a tag to compare
  • Adds new decrypt_database_backup command
  • Adds new export_database_secure command
  • Adds new help command to list all available commands

v0.3.4

04 Nov 01:44
Compare
Choose a tag to compare
  • Don't quote MySQL passwords

v0.3.3

04 Nov 00:48
Compare
Choose a tag to compare
  • Change colon to dash in cut command

v0.3.2

04 Nov 00:43
Compare
Choose a tag to compare
  • 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

03 Nov 23:42
Compare
Choose a tag to compare
  • 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 of docker-compose files could not be found due to how we were referencing them)
  • Removes a bunch of additional unnecessary cd commands

v0.3.0

14 Oct 21:02
Compare
Choose a tag to compare
  • Adds import_database and export_database commands for easy data migration to and from Docker containers