[FIX] - fix postgresql cluster start

pull/28/head
Randall Castro A 10 years ago committed by GitHub
parent 3bcd02380a
commit d870702779

@ -54,6 +54,7 @@ sudo apt-get install postgresql -y
echo -e "\n---- Creating the ODOO PostgreSQL User ----" echo -e "\n---- Creating the ODOO PostgreSQL User ----"
sudo su - postgres -c "createuser -s $OE_USER" 2> /dev/null || true sudo su - postgres -c "createuser -s $OE_USER" 2> /dev/null || true
sudo pg_createcluster 9.3 main --start
#-------------------------------------------------- #--------------------------------------------------
# Install Dependencies # Install Dependencies

Loading…
Cancel
Save