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