13 lines
425 B
YAML
13 lines
425 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
file:
|
|
/opt/bitnami/postgresql/logs/postgresql.log:
|
|
exists: true
|
|
filetype: symlink
|
|
linked-to: /dev/stdout
|
|
command:
|
|
# Major and Minor versions are often shown as and "x.y" instead of "x.y.0"
|
|
check-app-version:
|
|
exec: psql --version | grep "$(echo $APP_VERSION | sed -E 's|([0-9]+\.[0-9]+)\.0$|\1|g')"
|
|
exit-status: 0 |