bitnami-postgresql-entrypoint-initContainer.sh 583 Bytes
#!/bin/bash

# shellcheck disable=SC1091

set -o errexit
set -o nounset
set -o pipefail
# set -o xtrace # Uncomment this line for debugging purposes

# Load libraries
. /opt/bitnami/scripts/libbitnami.sh
. /opt/bitnami/scripts/libpostgresql.sh

# Load MySQL environment variables
. /opt/bitnami/scripts/postgresql-env.sh

print_welcome_page

info "** Starting PostgresQL setup **"
/opt/bitnami/scripts/postgresql/setup.sh
info "** PostgresQL setup finished! **"
ls -la /bitnami/postgresql /bitnami/postgresql/data/ /opt/bitnami/postgresql/
cp -a /etc/* /runtime-etc/
cat /etc/passwd