8000 chore: fly fixes; PITR + logging + shutdown + perms by pcnc · Pull Request #665 · supabase/postgres · GitHub
[go: up one dir, main page]

Skip to content

chore: fly fixes; PITR + logging + shutdown + perms #665

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 13, 2023
Merged
Changes from 1 commit
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
Next Next commit
chore: remove folder creation
  • Loading branch information
pcnc committed Jun 9, 2023
commit b2add77735c6cc58c32d76ed8d49a325c9420140
1 change: 0 additions & 1 deletion docker/all-in-one/entrypoint.sh
67A3
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ fi

if [ "${PGDATA:-}" ]; then
if [ "${PGDATA_REAL:-}" ]; then
mkdir -p "$(dirname "${PGDATA}")"
ln -s "${PGDATA}" "${PGDATA_REAL}"
else
mkdir -p "$PGDATA"
Expand Down
0