From d87070277970e80ae35bf1b0649ef82c0551a37a Mon Sep 17 00:00:00 2001 From: Randall Castro A Date: Fri, 1 Jul 2016 16:37:06 -0600 Subject: [PATCH] [FIX] - fix postgresql cluster start --- odoo_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/odoo_install.sh b/odoo_install.sh index e227a17..6a67c68 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -54,6 +54,7 @@ sudo apt-get install postgresql -y echo -e "\n---- Creating the ODOO PostgreSQL User ----" sudo su - postgres -c "createuser -s $OE_USER" 2> /dev/null || true +sudo pg_createcluster 9.3 main --start #-------------------------------------------------- # Install Dependencies