Use new in-built database migrations in API

This commit is contained in:
2020-02-15 22:49:48 -05:00
parent 67d1f6761a
commit b922d47458
4 changed files with 5 additions and 16 deletions

View File

@ -89,8 +89,5 @@
- name: import DNS database schema
command: "psql -U {{ pvc_dns_database_user }} -f /etc/postgresql/powerdns-schema.sql {{ pvc_dns_database_name }}"
- name: import Provisioner database schema
command: "psql -U {{ pvc_prov_database_user }} -f /etc/postgresql/provisioner-schema.sql {{ pvc_prov_database_name }}"
become: yes
become_user: postgres

View File

@ -69,7 +69,6 @@
mode: 0640
with_items:
- { src: "patroni/powerdns-schema.sql", dest: "/etc/postgresql/powerdns-schema.sql" }
- { src: "patroni/provisioner-schema.sql", dest: "/etc/postgresql/provisioner-schema.sql" }
- include: patroni/bootstrap.yml
run_once: yes