Hi all,
I had an issue yesterday in a odoo 8 platform and I need to restore the complete database from a backup that I did 5 years ago. I did the following to restore it:
Steps:
1. sudo su postgres
3.psql database_name < databasefile.sql ( .sql file of database backup )
Now I have 2 databases. Database A (which is connected to odoo8) and Database B (which is the one I want connect).
How could I do to connect database B and disconnect database A from the odoo 8 platform??
Kind regards