Releases: oehrlis/oudbase
Releases · oehrlis/oudbase
Minor Release Update
Minor Release Update
Fixed
- update installation script to update oudenv.conf with oudenv.conf.new if
just the comment is different. If the file itself differs a info message during
installation inform about additional manual steps. e.g. use diff to check the file.
Minor Bugfix Release
Fixed
- Repair broken build / package issue with base64 encoding
- change encoding to OpenSSL based e.g.
openssl base64
Full Changelog: v3.4.6...v3.4.7
Minor Bugfix Release
Fixed
- Fix issue with undefined variable in oudenv.sh and wrong order
- change mode of test_scripts.sh to 755
Minor Bugfix Release
Fixed
- Fix issue with undefined variable in oudenv.sh
- Handle error when oud_backup.sh is executed on a system without OUD instance,
e.g. when no instances are defined / found. - Handle error when oud_export.sh is executed on a system without OUD instance,
e.g. when no instances are defined / found.
Minor Bugfix Update
Fixed
- Issue with nounset either disable it or catch return values
- Fix issue with chsum file for tvdldap.tgz
Minor Patch Update
Changed
- update build to generate a tvdldap.tgz file
Fixed
- Issue with errexit either disable it or catch return values
Minor bugfix
Fixed
- Issue with errexit either disable it or catch return values
Minor Release Update
Added
- add a first draft version of tool test scripts test_script.sh and test_unit.sh
These files are currently beta and not yet stable.
Changed
- Update a few doc's and comments
Fixed
- fix issues when run tools in a clean environment. Add default values
- fix adhoc source of environment
- fix issue related with nounset, errexit and pipefail
Minor Release Update
Added
- add initialize all replication script 30_initialize_all.sh
Fixed
- Fix a few issues in 52_remove_unavailable.sh
- 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