Відмінності між версіями «Backup And Restore odoo Database»

Матеріал з HistoryPedia
Перейти до: навігація, пошук
м
м
 
Рядок 1: Рядок 1:
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 [http://www.truckcamvideos.com/index.php?qa=ask Basic Tutorial Samples Of Odoo Object Relational Mapping(ORM)] commend prompt
+
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 [http://m.bizcommunity.com/View.aspx?ct=5&cst=0&i=472719&eh=kdAmZ&msg=y&us=1 Basic Tutorial Samples Of Odoo Object Relational Mapping(ORM)] web-Interface or by commend prompt
 
web-Interface (GUI) :-
 
web-Interface (GUI) :-
 
1 : Check file type by following command
 
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)
 
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
 
DB=new_database_name && createdb -cluster 9.1/main $DB && pg_restore -cluster 9.1/main -no-acl - -d $DB

Поточна версія на 20:16, 5 січня 2017

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