matrix-docker-ansible-deploy/roles/custom/matrix-backup-borg
Slavi Pantaleev 1f1a3dfc38 Ensure database port is passed to Borg as an integer
Without this, it's a string and borg says:

> At 'hooks.postgresql_databases[INDEX_HERE].port': '5432' is not of type 'integer'
> /etc/borgmatic/config.yaml /etc/borgmatic.d /tmp/.config/borgmatic/config.yaml /tmp/.config/borgmatic.d: No valid configuration files found

.. and fails to do anything.
2022-12-05 14:42:02 +02:00
..
defaults Mark Postgres v15 as supported for borg backup 2022-12-05 11:46:49 +02:00
tasks Replace import_role calls with include_role calls 2022-11-27 11:27:01 +02:00
templates Ensure database port is passed to Borg as an integer 2022-12-05 14:42:02 +02:00