10 lines
338 B
YAML
10 lines
338 B
YAML
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 |