Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/first_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pre_start_action() {
echo "Initializing PostgreSQL at $DATA_DIR"

# Copy the data that we generated within the container to the empty DATA_DIR.
cp -R /var/lib/postgresql/9.3/main/* $DATA_DIR
cp -aR /var/lib/postgresql/9.3/main/* $DATA_DIR
fi

# Ensure postgres owns the DATA_DIR
Expand Down