Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Plural
platform
spilo
Commits
077042dd
Commit
077042dd
authored
5 years ago
by
Sergey Dudoladov
Browse files
Options
Download
Email Patches
Plain Diff
bump up number of backups to retain
parent
09b4cc3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
postgres-appliance/scripts/configure_spilo.py
+1
-1
postgres-appliance/scripts/configure_spilo.py
with
1 addition
and
1 deletion
+1
-1
postgres-appliance/scripts/configure_spilo.py
+
1
-
1
View file @
077042dd
...
...
@@ -442,7 +442,7 @@ def get_placeholders(provider):
placeholders
.
setdefault
(
'PGHOME'
,
os
.
path
.
expanduser
(
'~'
))
placeholders
.
setdefault
(
'APIPORT'
,
'8008'
)
placeholders
.
setdefault
(
'BACKUP_SCHEDULE'
,
'0 1 * * *'
)
placeholders
.
setdefault
(
'BACKUP_NUM_TO_RETAIN'
,
2
)
placeholders
.
setdefault
(
'BACKUP_NUM_TO_RETAIN'
,
5
)
placeholders
.
setdefault
(
'CRONTAB'
,
'[]'
)
placeholders
.
setdefault
(
'PGROOT'
,
os
.
path
.
join
(
placeholders
[
'PGHOME'
],
'pgroot'
))
placeholders
.
setdefault
(
'WALE_TMPDIR'
,
os
.
path
.
abspath
(
os
.
path
.
join
(
placeholders
[
'PGROOT'
],
'../tmp'
)))
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help