Backup And Restore odoo Database

Матеріал з HistoryPedia
Версія від 20:16, 5 січня 2017, створена Sampan8foot (обговореннявнесок)

(різн.) ← Попередня версія • Поточна версія (різн.) • Новіша версія → (різн.)
Перейти до: навігація, пошук

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 Basic Tutorial Samples Of Odoo Object Relational Mapping(ORM) 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