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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user