Update to 2023-04-11 15:00

This commit is contained in:
Daniel Berteaud
2023-04-11 15:00:42 +02:00
parent 2a3d56fddc
commit 138c0bf3b2
55 changed files with 113 additions and 79 deletions

View File

@@ -7,7 +7,7 @@
- name: Install postgresql client
package:
name:
- postgresql14
- postgresql15
tags: odoo
- name: Stop the server during upgrade
@@ -29,7 +29,7 @@
- name: Dump the database
command: >
/usr/pgsql-14/bin/pg_dump
/usr/pgsql-15/bin/pg_dump
--clean
--create
--host={{ odoo_db_server | quote }}

View File

@@ -2,7 +2,7 @@
set -eo pipefail
PGPASSWORD={{ odoo_db_pass | quote }} /usr/pgsql-14/bin/pg_dump \
PGPASSWORD={{ odoo_db_pass | quote }} /usr/pgsql-15/bin/pg_dump \
--format=custom \
--clean \
--username={{ odoo_db_user }} \

View File

@@ -12,6 +12,6 @@ odoo_packages:
#- nodejs-less
- tar
- zstd
- postgresql14 # for pg_dump
- postgresql15 # for pg_dump
odoo_venv_command: /bin/python3.9 -m venv