postgresql/test/examples/s2i-dump-data/postgresql-pre-start/10_boot.sh
2018-11-06 12:48:32 +00:00

3 lines
100 B
Bash

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