postgresql/examples/s2i-dump-data/postgresql-pre-start/10_boot.sh
2020-11-02 16:19:41 +01:00

3 lines
100 B
Bash

if test ! -f "$PGDATA/postgresql.conf"; then
tar xf "$APP_DATA"/src/data.tar.xz -C "$PGDATA"
fi