Skip to content

Releases: geaaru/database-release-manager

Release v0.2.6

01 Jul 17:19
Compare
Choose a tag to compare

Changes:

  • mongo: Avoid to load initrc commands if the file doesn't exist
  • mongo: Add missing mongo shell opts

Release v0.2.5

30 Jun 15:22
Compare
Choose a tag to compare

Changes:

  • mongo: fix setup of authentication variable to support pass of MONGO_URI on the compilation
  • mongo: review compile file low-level function

Release v0.2.4

09 Mar 21:40
Compare
Choose a tag to compare

Changes:

  • psql: Add --local option to work locally

Release v0.2.3

09 Sep 07:25
Compare
Choose a tag to compare

Changes:

  • mongo: review support of the MONGO_URI variable
  • oracle: added procedures management
  • oracle: fix exports package template

Release v.0.2.2

11 Oct 14:41
Compare
Choose a tag to compare

Changes:

  • Using semver bash implementation to check for module upgrade. This fix dbrm dbm upgrade message when working with a downgraded version of dbrm after that the dbrm database is updated.

Release v.0.2.1

15 Mar 18:21
Compare
Choose a tag to compare

Changes:

  • oracle: Exclude test package on fetching PL/SQL packages
  • psql: Added command show --tables
  • psql: Added command compile --file

Release v.0.2.0

25 Feb 16:52
Compare
Choose a tag to compare

Hereinafter, the list of changes:

  • [mongo] Fix parsing of output on drop indexes
  • [mongo] Fix escaping on create index file
  • [mongo] Fix use of --include-id on download indexes
  • [mongo] Improve documentation
  • [oracle] add initenv subcommand
  • [oracle] add show subcommand
  • commons_oracle.sh: Fix return value of commons_oracle_show_tables
  • [mariadb] minor fix
  • [mongo] Improve --help messages
  • [mongo] Add import subcommand
  • [mariadb] Add MARIADB_INIT_CMDS variable for init commands
  • [mariadb] clear temporary array
  • [package] Add support for mongo module
  • [mariadb] Add compilation of indexes with --all
  • [logfile] Add DBRM_VERBOSE variable
  • [ssl] Add variable DBRM_SSL_EXTRA_OPTS for setup additional ssh options for key cipher, etc.
  • [oracle] Add support to role
  • [mongo] Add support to MONGO_URI param
  • [oracle] Add support for test package management

database-release-manager-0.1.0

06 Jan 16:39
Compare
Choose a tag to compare

First release of database-release-manager.

Dbm module features aren't complete but dbrm is usable for manage mongo, mariadb/mysql, oracle sources.