From 8c4ae60a6a4685f14e9e4acc15a7a4eaeb3faeba Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Thu, 10 Jul 2025 22:12:29 +0200 Subject: [PATCH] Left hint --- backup-docker-to-local.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backup-docker-to-local.py b/backup-docker-to-local.py index 9c9245f..0cd1579 100644 --- a/backup-docker-to-local.py +++ b/backup-docker-to-local.py @@ -74,6 +74,7 @@ def get_instance(container): # This line uses regular expressions to split the 'container' string. # 're.split' is a method that divides a string into a list, based on the occurrences of a pattern. + # @todo add option to pass database names to make it more flexibel if container in ['central-mariadb', 'central-postgres']: instance_name = container else: