Releases: oehrlis/oudbase
Major release update v1.5.1
Major release update v1.5.1 with the following enhancements / fix:
- Start to provide template / create scripts for different OUD usages.
- Update environment variable ORACLE_INSTANCE to simplify usage of Oracle RDA. ORACLE_INSTANCE is automatically set to the OUD instance home path.
- Add alias
opsg
which simulates aps -ef|grep -i
on systems whereps
is not available eg. in a Docker container - Add alias
get_pid
to get the pid of the current OUD instance - Add alias
update_pid
update the server.pid file for the current OUD instance
Minor release update v1.4.11
Minor release update v1.4.11 with the following enhancements / fix:
- Update template config files
- add fallback for hostname command, try to get hostname from /etc/hostname or $HOSTNAME
Minor release update v1.4.10
Minor release update v1.4.10 with the following enhancements / fix:
- Update template config files
Minor daily release update
Minor release update v1.4.8
Minor release update v1.4.8 with the following enhancements / fix:
- add SuccessExitStatus to OUD Unit file to handle correct exit status when OUD instance is stopped
Minor release update v1.4.7
Minor release update v1.4.7 with the following enhancements / fix:
- Update unit file template for OUD service. Change from Type=simple to Type=forking
Minor release update v1.4.6
Minor release update v1.4.5 with the following enhancements / fix:
- introduce -l flag for oud_status.sh to create instance specific status logfiles
- extend crontab template oud, oud.crontab for status monitoring and logrotate
- add logrotate config template housekeeping.conf
- fix issue with oud_status.sh concurency. By accident all instance log has to be written into the default instance log file
Minor release update v1.4.4
Minor release update v1.4.4 with the following enhancements / fix:
- Adjust verbose output of oud_status.sh
- introduce a force mail parameter for oud_backup.sh. Setting -o will send a mail for each instance backup in any case. i.e. for successful and failed backups
Minor release update v1.4.3
Fix issue #36 and #35 . get_status does now use the /proc filesystem rather than the ps command. This removes the dependency on ps when oudbase is used in docker images. Since /proc filesystem is not available on all system get_status does first check if a ps respectively pgrep is available. If it is available it will use the ps over the /proc.
Minor release update v1.4.2
Remove JAVA_HOME dependency in OUD unit files (templates/etc/oud_instance.service). Using JAVA_HOME in the service files will require a change of service files every time the java has updated.