Update to 2024-01-04 17:00

This commit is contained in:
Daniel Berteaud
2024-01-04 17:00:34 +01:00
parent 9675be207e
commit 72afb8eda5
47 changed files with 65 additions and 57 deletions

View File

@@ -9,12 +9,12 @@
tags: miniflux
- name: Install pg_dump
package: name=postgresql15
package: name=postgresql16
tags: miniflux
- name: Backup the database
command: >
/usr/pgsql-15/bin/pg_dump
/usr/pgsql-16/bin/pg_dump
--clean
--create
--host={{ miniflux_db_server }}

View File

@@ -5,7 +5,7 @@
name:
- tar
- zstd
- postgresql15
- postgresql16
tags: miniflux
- name: Download miniflux