소스 검색

fix postgres backup routine

master
부모
커밋
4edd149faf
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      tasks/backup.yaml

+ 2
- 2
tasks/backup.yaml 파일 보기

@@ -19,8 +19,8 @@
stdin: "{{nextcloud_database_pass}}"
when: nextcloud_database_type == "mysql"

- name: drop postgresql database
shell: sudo -u postgres pg_dump -O
- name: dump postgresql database
shell: sudo -u postgres pg_dump -O "{{nextcloud_database_name}}"
> "{{nextcloud_backup_directory}}/{{_nextcloud_actual_version}}/database.pgsql"
delegate_to: "{{ (nextcloud_database_host != 'localhost') | ternary(nextcloud_database_host,inventory_hostname) }}"
when: nextcloud_database_type == "postgresql"

불러오는 중...
취소
저장