<difference-title>

De Les Feux de l'Amour - Le site Wik'Y&R du projet Y&R.
(Page créée avec « 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-In... »)
 
m
 
Ligne 1 : Ligne 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 commend prompt
 
web-Interface (GUI) :-
 
web-Interface (GUI) :-
1 : Check file type by following command
+
1 : Check file type by [http://www.anobii.com/ Basic Tutorial Samples Of Odoo Object Relational Mapping(ORM)] 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 [http://www.salaryitis.com/blogs/74016/221333/basic-tutorial-samples-of-odoo-o Basic Tutorial Samples Of Odoo Object Relational Mapping(ORM)] command (sql 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 $DB && psql -d $DB
+

Version actuelle en date du 4 janvier 2017 à 15:48

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

Outils personnels