Update to 2022-02-09 10:00

This commit is contained in:
Daniel Berteaud
2022-02-09 10:00:10 +01:00
parent ae1985cbdd
commit 04a2ea857c
2 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
copy: src={{ documize_root_dir }}/bin/documize dest={{ documize_root_dir }}/archives/{{ documize_current_version }}/ remote_src=True
tags: documize
- name: Backup the database
- name: Backup the database (PostgreSQL)
command: >
/usr/pgsql-14/bin/pg_dump
--clean
@@ -23,7 +23,7 @@
when: documize_db_engine == 'postgres'
tags: documize
- name: Archive the database
- name: Backup the database (MySQL)
mysql_db:
state: dump
name: "{{ documize_db_name }}"