This website requires JavaScript.
Explore
Help
Sign In
container
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
608134bef2
postgres
/
rootfs
/
bin
/
initpg
6 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
move to new gitlab host
2022-02-14 18:17:15 +00:00
#!/bin/sh
switch to s6-rc
2022-02-13 07:23:50 +00:00
switch to s6-rc
2022-02-13 08:24:05 +00:00
if [ ! -f "$PGDATA/PG_VERSION" ]; then
initdb --username=postgres
switch to s6-rc
2022-02-13 07:23:50 +00:00
fi
Reference in New Issue
Copy Permalink