Skip to content
Extraits de code Groupes Projets
Valider 0a8f858f rédigé par Théo - Le Filament's avatar Théo - Le Filament
Parcourir les fichiers

fix: use same version as server for PostgreSQL backup client

parent dcbe8a7a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -4,6 +4,7 @@ services:
image: ghcr.io/tecnativa/docker-duplicity-postgres:master
hostname: {{ inventory_hostname_short | lower | regex_replace('_','') }}-{{ template_odoo_instance.key }}
environment:
DB_VERSION: "{{ [template_odoo_instance_setup.postgres_version | split('.') | first | int, 10] | max }}"
DST: "swift://{{ template_odoo_instance.key }}_{{ inventory_hostname | lower }}"
PGDATABASE: "{{ template_odoo_instance.value.db }}"
PGUSER: "{{ template_odoo_instance.value.db_user }}"
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter