mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-30 03:05:51 +02:00
Update to 2024-01-04 17:00
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
- name: Backup the database
|
||||
command: >
|
||||
/usr/pgsql-15/bin/pg_dump
|
||||
/usr/pgsql-16/bin/pg_dump
|
||||
--format=custom
|
||||
--clean
|
||||
--create
|
||||
|
@@ -9,7 +9,7 @@
|
||||
- make
|
||||
- sqlite-devel
|
||||
- python3
|
||||
- postgresql15
|
||||
- postgresql16
|
||||
tags: n8n
|
||||
|
||||
- name: Wipe node_module on upgrade
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
set -eo pipefail
|
||||
|
||||
PGPASSWORD='{{ n8n_db_pass }}' /usr/pgsql-15/bin/pg_dump \
|
||||
PGPASSWORD='{{ n8n_db_pass }}' /usr/pgsql-16/bin/pg_dump \
|
||||
--format=custom \
|
||||
--clean \
|
||||
--create \
|
||||
|
Reference in New Issue
Block a user