Visvesvaraya Technological University Results Portal
Fix: PostgreSQL not running or missing database user.
sudo -u postgres createuser --createdb --no-superuser --no-createrole odoo
sudo -u postgres psql -c "ALTER USER odoo WITH PASSWORD 'odoo';"
Then add db_password = odoo to /etc/odoo/odoo.conf. install download odoo enterprise source code
sudo su - postgres createuser --createdb --username postgres --no-createrole --no-superuser --pwprompt odoo Fix: PostgreSQL not running or missing database user
cd /path/to/odoo-enterprise
git pull origin 17.0
sudo systemctl restart odoo
This is where the source code installation shines compared to packaged versions. Then add db_password = odoo to /etc/odoo/odoo