Skip to content

Releases: oehrlis/oudbase

Minor Bugfix

29 Mar 18:54
Compare
Choose a tag to compare
Minor Bugfix Pre-release
Pre-release

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

29 Mar 13:11
Compare
Choose a tag to compare
Minor Release Update Pre-release
Pre-release

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

28 Mar 15:30
Compare
Choose a tag to compare

Added

  • Add configuration variable TVDLDAP_DEFAULT_DUMP_OUTPUT_DIR to define default output directory

Minor Release Update

28 Mar 14:51
Compare
Choose a tag to compare

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

28 Mar 12:11
Compare
Choose a tag to compare

Fixed

  • fix wrong check of password file in oudbase

Minor bugfix release

28 Mar 10:55
Compare
Choose a tag to compare

Fixed

  • Remove unused files from release accidentally created during build

Minor bugfix release

28 Mar 10:52
Compare
Choose a tag to compare

Fixed

  • fix minor bug in source_env

Major Release

28 Mar 09:38
Compare
Choose a tag to compare

Added

  • add set -o noglob to tns tools
  • Implement issue #83 trap / signal handline
  • Implement issue #85 Improve bash script stability

Changed

  • Fix file header doc for crontab templates

Fixed

  • Fix bug issue #133 in gen_password.
  • Implement bug fix for issue #106 Do not create GROUP_OU and USER_OU
  • Implement bug fix for issue #130 tns_dump.sh can not be executed in crontab without shell

Minor bugfix

06 Mar 09:57
Compare
Choose a tag to compare

Changed

  • limit dump of TNS entries to bulk mode in tns_delete

Fixed

  • fix issue with undefined variable in echo_secretes

Minor bugfix

06 Mar 08:07
Compare
Choose a tag to compare
Minor bugfix Pre-release
Pre-release

Added

  • add echo_secrets to mask secret variables in debug mode

Changed

  • update header of oud_instance.service change order of documentation
  • update debug messages to use echo_secrets
  • update debug messages to use STDERR rather than STDOUT

Fixed