-
Notifications
You must be signed in to change notification settings - Fork 1k
Add logical backup #442
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
Add logical backup #442
Changes from all commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
ad39704
Extend Postgres manifest with new params
4088e00
Sketch operator conf/docs
64e1640
respond to review
5811175
Address review comments
ac9442d
minor changes
5c7233a
Add a stub method for cron job creation
144a7ce
Extend KubeClient to work with cron jobs
68755ff
Generate empty cron job spec
11019f5
Submit hello world cron job
9d430fc
resolve merge conflicts
f4d8ec2
update generated code
18e2d7a
address a code review
825c513
Merge branch 'master' into add-logical-backup
bc0923d
use custmom schedule
0e5ed5e
Merge branch 'master' into add-logical-backup
918860b
resolve merge conflict
5d44904
minor doc fixes
a44da93
Update RBAC
de9ffb6
minor formatting things
4017563
properly generate podTemplate for the cron job's pod
99a3712
Delete the cron job on cluster deletion
2f12c89
minor bug fixes
6d46f9c
remove unnecessary volume mount
c95aa29
generate env for logical backup pod
d30dd9e
Document S3 bucket for logical backups
9ad38d5
Minor doc/code fixes
daf4e3a
add basic affinity setup
76c00f3
Consistently name the docker image param
6f855d5
minore changes
0f1e196
add code skeleton for CronJob Sync
b79ee0d
fix static check violations
f1dbd3c
Merge branch 'master' into add-logical-backup
a020314
update branch after merging master
a816483
add update skeleton
d4ebd33
minor changes
fe1d1b2
add special case for Sync
2d720c9
properly log job's name
dc2f707
adjust deletion and cronjob conf
273c8e3
address static checks
54c4a04
doc and conf updates
eb82078
minor code fixes for cluster creation
a73b986
Minor code changes
bd9d0fc
code cleanup
4cf37c4
properly set the job name
e2a4876
change delete logic
65b87d1
remove unnecessary pointer
20364e5
update doc
01b066b
remove namespace from backup name
0cac277
add suffix for the logical backup bucket
0f9d6dc
adjust names of env vars
b2d7034
minor correction
6dc97d6
Address first part of the code review
587ff74
address 2nd part of code review
3430506
remove enable_logical_backup from operator configmap/crd
422d803
merge master
9c547c9
fix complete manifest
24b9e9f
fix env vars
7d8d8c3
remove unused parameter
88199ff
Address docs' review
b88c133
unify default values
53b797b
fix complete manifest after incorrect merge
d9f465e
address code review
faf668b
fix helm chart
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,6 @@ spec: | |
# role for application foo | ||
foo_user: [] | ||
|
||
|
||
#databases: name->owner | ||
databases: | ||
foo: zalando | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.