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
Prev Previous commit
Next Next commit
trigger build
  • Loading branch information
pcnc committed Jun 9, 2023
commit 3b6138e62e602c7beb0615be83e7b310d4db41da
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-release-aio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release AIO image on Dockerhub
on:
push:
branches:
- pcnc/migrate-all-in-one
- pcnc/fix-aio-pgdata-symlink
paths:
- ".github/workflows/dockerhub-release-aio.yml"
- "docker/all-in-one/Dockerfile"
Expand Down
0