3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-12-13 20:42:39 +00:00

Add support for importing an existing Postgres database

This commit is contained in:
Slavi Pantaleev
2019-01-01 14:40:48 +02:00
parent f472c1b9e5
commit 6d89319822
5 changed files with 85 additions and 0 deletions

View File

@@ -3,6 +3,11 @@
- include: tasks/setup/main.yml
when: run_setup
- include: tasks/import_postgres.yml
tags:
- import-postgres
when: run_import_postgres
- include: tasks/upgrade_postgres.yml
tags:
- upgrade-postgres