From d8fff09ed107419318d92d1eedc03a5c024dae5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Tue, 9 Nov 2021 22:34:42 +0100 Subject: [PATCH] Cleaner way to disable database manager --- src/runboat/kubefiles/runboat-clone-and-install.sh | 3 --- src/runboat/kubefiles/runboat-start.sh | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/runboat/kubefiles/runboat-clone-and-install.sh b/src/runboat/kubefiles/runboat-clone-and-install.sh index 3cd7ff3..afcc163 100755 --- a/src/runboat/kubefiles/runboat-clone-and-install.sh +++ b/src/runboat/kubefiles/runboat-clone-and-install.sh @@ -13,6 +13,3 @@ git fetch origin $RUNBOAT_GIT_REF:build git checkout build oca_install_addons - -# disable the database manager -echo "list_db = False" >> $ODOO_RC diff --git a/src/runboat/kubefiles/runboat-start.sh b/src/runboat/kubefiles/runboat-start.sh index 68827ae..0864385 100755 --- a/src/runboat/kubefiles/runboat-start.sh +++ b/src/runboat/kubefiles/runboat-start.sh @@ -12,4 +12,5 @@ oca_wait_for_postgres unbuffer $(which odoo || which openerp-server) \ --data-dir=/opt/odoo-data \ + --no-database-list \ -d ${PGDATABASE}