Backup And Restore odoo Database
De Les Feux de l'Amour - Le site Wik'Y&R du projet Y&R.
Version du 2 janvier 2017 à 16:24 par Name0poland (discuter | contributions)
This article describe you how to backup and restore odoo database.There is two way to make backup and restore means You can do by web-Interface or by commend prompt web-Interface (GUI) :- 1 : Check file type by following command 2 : If file type is simple PostgreSQL dump at that time you can you following command(dump db) DB=new_database_name && createdb -cluster 9.1/main $DB && pg_restore -cluster 9.1/main -no-acl - -d $DB Basic Tutorial Samples Of Odoo Object Relational Mapping(ORM) command (sql db) DB=new_database_name && createdb $DB && psql -d $DB