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

Матеріал з HistoryPedia
Перейти до: навігація, пошук
(Створена сторінка: 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 pr...)
 
м
Рядок 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 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 web-Interface or by [http://www.truckcamvideos.com/index.php?qa=ask Basic Tutorial Samples Of Odoo Object Relational Mapping(ORM)] 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 [http://www.healthsofa.com/index.php?qa=ask Basic Tutorial Samples Of Odoo Object Relational Mapping(ORM)] 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

Версія за 18:28, 2 січня 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 web-Interface or by Basic Tutorial Samples Of Odoo Object Relational Mapping(ORM) 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