0

I imported a database through psql interface, the database exists but on the OpenERP connection interface, the database imported is not listed.

What should I do to get the database imported listed in the connection interface of OpenERP ??

Cheers

renard
  • 1,368
  • 6
  • 20
  • 40

1 Answers1

1

Make sure that the database is owned by the database user configured in the OpenERP configuration file - openerp usually.

Another situation when you can see an empty list for database selection is when your openerp-server didn't start for some reason. You have access to the login interface because openerp-web has started but as there is not server behind openerp-web cannot get the list of databases.

Andrei Boyanov
  • 2,309
  • 15
  • 18