<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.feuxdelamour.com/v4/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
		<id>http://www.feuxdelamour.com/v4/index.php?action=history&amp;feed=atom&amp;title=Backup_And_Restore_odoo_Database</id>
		<title>Backup And Restore odoo Database - Historique des versions</title>
		<link rel="self" type="application/atom+xml" href="http://www.feuxdelamour.com/v4/index.php?action=history&amp;feed=atom&amp;title=Backup_And_Restore_odoo_Database"/>
		<link rel="alternate" type="text/html" href="http://www.feuxdelamour.com/v4/index.php?title=Backup_And_Restore_odoo_Database&amp;action=history"/>
		<updated>2026-05-27T20:14:21Z</updated>
		<subtitle>Historique pour cette page sur le wiki</subtitle>
		<generator>MediaWiki 1.20alpha</generator>

	<entry>
		<id>http://www.feuxdelamour.com/v4/index.php?title=Backup_And_Restore_odoo_Database&amp;diff=54400&amp;oldid=prev</id>
		<title>Name0poland le 4 janvier 2017 à 14:48</title>
		<link rel="alternate" type="text/html" href="http://www.feuxdelamour.com/v4/index.php?title=Backup_And_Restore_odoo_Database&amp;diff=54400&amp;oldid=prev"/>
				<updated>2017-01-04T14:48:22Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
			&lt;tr valign='top'&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Version précédente&lt;/td&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Version du 4 janvier 2017 à 14:48&lt;/td&gt;
			&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Ligne 1 :&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Ligne 1 :&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;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&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;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&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;web-Interface (GUI) :-&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;web-Interface (GUI) :-&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;1 : Check file type by following command&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;1 : Check file type by &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;[http://www.anobii.com/ Basic Tutorial Samples Of Odoo Object Relational Mapping(ORM)] &lt;/ins&gt;following command&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;2 : If file type is simple PostgreSQL dump at that time you can you following command(dump db)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;2 : If file type is simple PostgreSQL dump at that time you can you following command(dump db)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;DB=new_database_name &amp;amp;&amp;amp; createdb -cluster 9.1/main $DB &amp;amp;&amp;amp; pg_restore -cluster 9.1/main -no-acl - &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;-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)&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;DB=new_database_name &amp;amp;&amp;amp; createdb -cluster 9.1/main $DB &amp;amp;&amp;amp; pg_restore -cluster 9.1/main -no-acl - -d $DB&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;DB=new_database_name &amp;amp;&amp;amp; createdb $DB &amp;amp;&amp;amp; psql &lt;/del&gt;-d $DB&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Name0poland</name></author>	</entry>

	<entry>
		<id>http://www.feuxdelamour.com/v4/index.php?title=Backup_And_Restore_odoo_Database&amp;diff=53733&amp;oldid=prev</id>
		<title>Name0poland : 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... »</title>
		<link rel="alternate" type="text/html" href="http://www.feuxdelamour.com/v4/index.php?title=Backup_And_Restore_odoo_Database&amp;diff=53733&amp;oldid=prev"/>
				<updated>2017-01-02T15:24:09Z</updated>
		
		<summary type="html">&lt;p&gt;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... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;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&lt;br /&gt;
web-Interface (GUI) :-&lt;br /&gt;
1 : Check file type by following command&lt;br /&gt;
2 : If file type is simple PostgreSQL dump at that time you can you following command(dump db)&lt;br /&gt;
DB=new_database_name &amp;amp;&amp;amp; createdb -cluster 9.1/main $DB &amp;amp;&amp;amp; 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)&lt;br /&gt;
DB=new_database_name &amp;amp;&amp;amp; createdb $DB &amp;amp;&amp;amp; psql -d $DB&lt;/div&gt;</summary>
		<author><name>Name0poland</name></author>	</entry>

	</feed>