Add support for configuring Postgres auto-upgrade-backup path

This commit is contained in:
Slavi Pantaleev
2018-11-01 09:45:48 +02:00
parent ac8d5a839d
commit 009bb1b776
2 changed files with 6 additions and 3 deletions

View File

@ -12,6 +12,7 @@
- set_fact:
postgres_auto_upgrade_backup_data_path: "{{ matrix_postgres_data_path }}-auto-upgrade-backup"
when: "postgres_auto_upgrade_backup_data_path|default('') == ''"
- name: Fail, if trying to upgrade external Postgres database
fail: