Update to 2024-05-15 16:01

This commit is contained in:
Daniel Berteaud
2024-05-15 16:01:00 +02:00
parent 2c684526ff
commit ed5a9a179c
4 changed files with 10 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
---
# Version to deploy
n8n_version: 1.8.2
n8n_version: 1.41.0
# Root directory where n8n will be installed
n8n_root_dir: /opt/n8n
# User account under which n8n will run

View File

@@ -20,6 +20,10 @@
delegate_to: "{{ inventory_hostname }}"
tags: n8n
- name: Install postgresql
package: name=postgresql16
tags: n8n
- name: Backup the database
command: >
/usr/pgsql-16/bin/pg_dump