Skip to Content
Menu
This question has been flagged
10 Replies
11390 Views

Hi,

I installed a Docker instance of ODOO on a Jelastic environement. The marketplace of Jelastic configures the app and the PostgreSQL database.

https://i.ibb.co/j4s4pFw/Screenshot-from-2019-07-01-12-02-12.png

After the installation I get redirected to this page:

https://i.ibb.co/SsgCYX2/Screenshot-from-2019-07-01-12-03-56.png

But this is not clear what's asked here. What's the Master Password, what's the "admin" user? Why is the configuration file ignored?

Version: 9.0

EDIT: 

it seems that Jelastic only handle version 9.0, which is maybe why it's not working?
https://github.com/layershift/odoo-centos​



Avatar
Discard

The Master password take from odoo.conf file. So please find your odoo configuration file using sudo nano /etc/odoo12.conf and check for "admin_passwd"

Best Answer

In this https://i.ibb.co/SsgCYX2/Screenshot-from-2019-07-01-12-03-56.png

file system request you to assign password and to provide db name that you wish to create.

if you given master password in conf file the restart the odoo server and enter details.

Avatar
Discard
Best Answer

Hi, the package of Odoo has been recently updated at Jelastic PaaS, so the latest version of the application is now available for automatic deploy. Try to re-install it from the marketplace or just import the manifest from this project https://github.com/jelastic-jps/odoo

Avatar
Discard
Author Best Answer

There is no /etc/odoo12.conf file (this is ODOO 9.0).

Avatar
Discard

/etc/odoo.conf , search for the similar. it depends upon the user you given in the script. in /etc you can serach for .conf

Author

I found a file in /etc/odoo/openerp-server.conf. I enter as "Master Password" the value of admin_passwd, I enter as "Database Name" the name of the database "odoo". But there is no "admin" account password. Only the password for "odoo" user.

Author

It says: "Database creation error: database u'odoo' already exists!"

try another name

Author

it worked! thank you :)

no problem