From 28b7b86482c3d79b4696a60d04c716f431f20507 Mon Sep 17 00:00:00 2001 From: Olivier Leger Date: Mon, 8 Apr 2024 09:59:20 -0400 Subject: [PATCH] WIP fix setup --- helpers/template.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/helpers/template.py b/helpers/template.py index 322c147..3ffc834 100644 --- a/helpers/template.py +++ b/helpers/template.py @@ -230,9 +230,6 @@ def _get_value(property_, true_value='', false_value='#', 'POSTGRES_APP_PROFILE': dict_['postgres_profile'], 'POSTGRES_RAM': dict_['postgres_ram'], 'POSTGRES_SETTINGS': dict_['postgres_settings_content'], - 'POSTGRES_BACKUP_FROM_SECONDARY': _get_value( - 'backup_from_primary', comparison_value=False - ), 'POSTGRES_PORT': dict_['postgresql_port'], 'MONGO_PORT': dict_['mongo_port'], 'REDIS_MAIN_PORT': dict_['redis_main_port'],