Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
4784 Vistas

After doing a restore from pgadmin3 on my db I have lost the db list in the db manager. Is there anyway to get that back?

Avatar
Descartar
Mejor respuesta

I assume, that you have not restored the database with the User, which is used by OpenERP. See option db_user in openerp-server.conf.

You have to use this user when you create/restore a DB.

In pgAdmin you can Right-Click the database, then Properties and then you can change the owner!

Avatar
Descartar
Autor

UFFF... I did. Will this have any negetive effects or can I just run with it

Autor

I tried that but still doesn't help. I am getting this error when trying to create a new DB in the DB Manager: ProgrammingError: relation "ir_config_parameter" does not exist LINE 1: SELECT "ir_config_parameter".id FROM "ir_config_parameter" W... Is there anyway to correct this?

Looks like you have not correctly restored the backup. The ir_config_parameter table should exist in your database.

Autor

I apologize for beforehand for adding an answer when it isn't an answer but I had no way to add and image otherwise......Tried, but I don't have enough karma to up load images. Anyway, I do have the talbe in the DB and all seems correct. What else could it be?

Looks like the owner of the tables is also wrong and therefore the PostgreSQL user which is used by OpenERP does not have permissions to read it. I suggest to restore the whole Database with the correct user.

Autor Mejor respuesta

Ok, figured it out.

While I could access and login to the DB that didn't appear in the DB manager it wasn't showing up in the dropdown.

So I deleted all dbs except for my main one in postgre and then recreated a demo one through the db manager. That gave me the dropdown again without my main DB but with the demo one only.

I simply typed in the name of my main db in the dropdown and hit enter and low and behold it now appears in the dropdown.

If you help or further details just let me know.

Hope it helps someone

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
jul 25
1309
2
nov 24
5981
2
oct 24
3011
2
ago 24
1763
3
jul 24
8105