postgres/rootfs/bin/initpg

6 lines
84 B
Text
Raw Normal View History

2022-02-14 19:17:15 +01:00
#!/bin/sh
2022-02-13 08:23:50 +01:00
2022-02-13 09:24:05 +01:00
if [ ! -f "$PGDATA/PG_VERSION" ]; then
initdb --username=postgres
2022-02-13 08:23:50 +01:00
fi