Hi, I restored new dump in my odoo by PSQL. Database created in PG admin and tables created. But database not showing in frontent.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
Hi,
You can solve this issue by refer the following link
I have to do in command line ?
Create database database_name;
ALTER USER your_user WITH SUPERUSER;
psql database_name < dump.sql
ALTER DATABASE database_name OWNER TO your_user;
yes
i think in your case you have to do that last code for setting the owner
Actually I used this command to create database psql -h ip -d database name -U openpg -f D:\backup\dump.sql
can you use the above code for making backup, i think it will work smoothly
I changed Owner of the database in PG admin and my issue solved. Thanks every one...
Hi Dhivya,
Check Owner of you database, this is may the problem.
Regards,
Silvestar
Can you explain the steps to restore? So that I can identify in which step i did mistake.
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati