diff --git a/dockers/docker-database/database_config.json.j2 b/dockers/docker-database/database_config.json.j2 index b5c231a93f41..65db6cb72641 100644 --- a/dockers/docker-database/database_config.json.j2 +++ b/dockers/docker-database/database_config.json.j2 @@ -20,7 +20,7 @@ ,"remote_redis":{ "hostname" : "{{REMOTE_DB_IP}}", "port" : {{REMOTE_DB_PORT}}, - "unix_socket_path": "" + "unix_socket_path": "", "persistence_for_warm_boot" : "yes" } {% endif %}