Skip to Content
Menu
This question has been flagged
4 Replies
8863 Views

i am getting error while creating user in odoo. please help me thourgh it

Avatar
Discard
Best Answer

first you will start server and then go to below link

http://0.0.0.0:8069/web/database/manager  and create database

Avatar
Discard

And to add a minor note on top of that, this is your localhost so it is also available through http://127.0.0.1:8069/web/database/manager and localhost:8069/web/database/manager.

Best Answer

To fire "psql -l" command, first need to login to postgres user.

To login into postgres user, use the below command :

 sudo su postgres

Avatar
Discard
Author Best Answer

i tried but its not working

its giving internal server error

whenever i types psql -l its giving following error:

psql: FATAL: role "tejas" does not exist

( tejas is the admin user name in ubuntu )

Avatar
Discard