Add support for a database backup label instead of host:port (#1116)

This commit is contained in:
Florian Apolloner
2025-09-15 20:02:31 +02:00
parent 000d633590
commit c084f10fe2
10 changed files with 64 additions and 21 deletions
+2
View File
@@ -72,8 +72,10 @@ Here's a more involved example that connects to remote databases:
```yaml
postgresql_databases:
- name: users
label: database_server1
hostname: database1.example.org
- name: orders
label: database_server2
hostname: database2.example.org
port: 5433
username: postgres