We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f922a commit cdb75edCopy full SHA for cdb75ed
1 file changed
database/bin/boot
@@ -51,8 +51,8 @@ done
51
# initialize database if one doesn't already exist
52
# for example, in the case of a data container
53
if [[ ! -d /var/lib/postgresql/9.3/main ]]; then
54
- sudo -u postgres /usr/lib/postgresql/9.3/bin/initdb -D /var/lib/postgresql/9.3/main --locale=en_US.UTF-8
55
chown -R postgres:postgres /var/lib/postgresql
+ sudo -u postgres /usr/lib/postgresql/9.3/bin/initdb -D /var/lib/postgresql/9.3/main
56
fi
57
58
# ensure WAL log bucket exists
0 commit comments