Skip to content

Releases: oehrlis/oudbase

Major release update v1.5.1

28 Jun 12:46
Compare
Choose a tag to compare

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 a ps -ef|grep -i on systems where ps 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

18 Jun 18:48
Compare
Choose a tag to compare

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

04 Jun 18:45
Compare
Choose a tag to compare

Minor release update v1.4.10 with the following enhancements / fix:

  • Update template config files

Minor daily release update

23 May 09:52
Compare
Choose a tag to compare

Minor release update v1.4.9 with the following enhancements / fix:

  • Fix Issue #41
  • Fix Issue #38
  • add OUD_BASE/logs to the housekeeping.conf template
  • add template scripts for migration
  • update instance

Minor release update v1.4.8

15 May 12:14
Compare
Choose a tag to compare

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

15 May 11:05
Compare
Choose a tag to compare

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

07 May 10:07
Compare
Choose a tag to compare

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

07 May 07:51
Compare
Choose a tag to compare

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

26 Apr 12:32
Compare
Choose a tag to compare

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

25 Apr 13:25
Compare
Choose a tag to compare

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.