Set PITR default to 7 days (#3245)

https://github.com/neondatabase/cloud/issues/3406
This commit is contained in:
Shany Pozin
2023-01-02 18:05:23 +02:00
committed by GitHub
parent a9cca7a0fd
commit 182dc785d6
2 changed files with 5 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ tenant_config={checkpoint_distance = 10000, compaction_target_size = 1048576}"""
"gc_horizon": 67108864,
"gc_period": 100,
"image_creation_threshold": 3,
"pitr_interval": 2592000,
"pitr_interval": 604800, # 7 days
}.items()
)
@@ -79,7 +79,7 @@ tenant_config={checkpoint_distance = 10000, compaction_target_size = 1048576}"""
"gc_horizon": 67108864,
"gc_period": 30,
"image_creation_threshold": 3,
"pitr_interval": 2592000,
"pitr_interval": 604800,
}.items()
)
@@ -107,7 +107,7 @@ tenant_config={checkpoint_distance = 10000, compaction_target_size = 1048576}"""
"gc_horizon": 67108864,
"gc_period": 80,
"image_creation_threshold": 3,
"pitr_interval": 2592000,
"pitr_interval": 604800,
}.items()
)
@@ -130,7 +130,7 @@ tenant_config={checkpoint_distance = 10000, compaction_target_size = 1048576}"""
"gc_horizon": 67108864,
"gc_period": 80,
"image_creation_threshold": 3,
"pitr_interval": 2592000,
"pitr_interval": 604800,
}.items()
)