Releases: oehrlis/oudbase
Releases · oehrlis/oudbase
Minor Bugfix
Added
- add initialize all replication script 30_initialize_all.sh
Fixed
- Fix issue with wrong / missing ORACLE_SID on OUD environments
- fix issue where check of existing net service names does not work. Add bind
parameter to function net_service_exists and fix scripts tns_modify.sh,
tns_add.sh and tns_load.sh. If available they now check existing
net service names with the corresponding bind values. - Remove ORACLE_SID in tns_dump.sh
Minor Release Update
Added
- add check to tns_delete.sh to check if dump file does exists. If yes the PID
will be added to the file name. - add scripts to remove host from replication completely.
- Add advanced flag to replication check script
- Add a script to verify replication status
Changed
- Change alias dsrs add the advanced option
- Clean up checks for variables as well output for the replication scripts
- minor code update for comments and redundancy
Fixed
- tns_functions.sh was not able to load BasEnv. Disable nounset, errexit and
pipefail before source BasEnv - add default value for TNS_ADMIN
Minor Release Update
Added
- Add configuration variable TVDLDAP_DEFAULT_DUMP_OUTPUT_DIR to define default output directory
Minor Release Update
Added
- Add configuration variable to define dump prefix TVDLDAP_DUMP_FILE_PREFIX
- Add parameter to force one dump file instead of one per suffix -O and TVDLDAP_ONE_DUMP_FILE
Minor bugfix
Fixed
- fix wrong check of password file in oudbase
Minor bugfix release
Fixed
- Remove unused files from release accidentally created during build
Minor bugfix release
Fixed
- fix minor bug in source_env
Major Release
Minor bugfix
Changed
- limit dump of TNS entries to bulk mode in tns_delete
Fixed
- fix issue with undefined variable in echo_secretes