I'm trying to create a database after installing odoo on my laptop. I have installed PostgreSQL on my laptop and have all the necessary credentials to access the database including the master password and a working connection on PostgreSQL. whenever I try to log in and create a database I receive an alert stating " Database creation error: Access Denied", might anyone have a solution?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
957
Views
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Hi,
PSQL user should have super user access rights, and if still not working create new postgres user with full access and also specify that user while run on terminal addons path with -d <database> and -r <user>.
hello, thanks for the reply. i have tried your solution but I still don't have access.