mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2022-02-09 10:00
This commit is contained in:
@@ -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 }}"
|
||||
|
Reference in New Issue
Block a user