Releases: geaaru/database-release-manager
Releases · geaaru/database-release-manager
Release v0.2.6
Changes:
- mongo: Avoid to load initrc commands if the file doesn't exist
- mongo: Add missing mongo shell opts
Release v0.2.5
Release v0.2.4
Changes:
- psql: Add --local option to work locally
Release v0.2.3
Changes:
- mongo: review support of the MONGO_URI variable
- oracle: added procedures management
- oracle: fix exports package template
Release v.0.2.2
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
Changes:
oracle
: Exclude test package on fetching PL/SQL packagespsql
: Added commandshow --tables
psql
: Added commandcompile --file
Release v.0.2.0
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
First release of database-release-manager.
Dbm module features aren't complete but dbrm is usable for manage mongo, mariadb/mysql, oracle sources.