Restore Database From Command Line Using Dump File in Odoo
Odoo Mates Odoo Mates
36.2K subscribers
28,272 views
165

 Published On Premiered Oct 13, 2019

Steps to restore Odoo database from terminal/command line using the dump.sql File.
In the Video back up of odoo database is taken from database manager and the same database is restored using the dump.sql file using the terminal.

Steps:
1. Login postgres : sudo su postgres
2. Create a new db: createdb -O database_user new_db_name
3. Restore: psql new_db_name (angle bracket) dump.sql

Email: [email protected]

show more

Share/Embed