Run PG upgrade tasks in container because of permissions

* update pg references
This commit is contained in:
Christian M. Adams
2021-01-08 16:36:47 -05:00
parent b22aa3e99e
commit 57c3b9ab17
4 changed files with 20 additions and 25 deletions

View File

@@ -8,3 +8,4 @@ postgresql_version: "12"
postgresql_image: "postgres:{{postgresql_version}}"
compose_start_containers: true
upgrade_postgres: false