<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How to restore a database and take backup of database through shell?</title>
	<atom:link href="http://blog.eukhost.com/webhosting/how-to-restore-a-database-and-take-backup-of-database-through-shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.eukhost.com/webhosting/how-to-restore-a-database-and-take-backup-of-database-through-shell/</link>
	<description>UK, PHP, MySQL, MS SQL, Frontpage, eCommerce, Web, Linux, Windows, HTML, Website, Hosting, Plesk, Cpanel Hosting tutorials &#38; UK Hosting News.</description>
	<pubDate>Sun, 12 Oct 2008 11:37:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Web Hosting Reviews</title>
		<link>http://blog.eukhost.com/webhosting/how-to-restore-a-database-and-take-backup-of-database-through-shell/#comment-4340</link>
		<dc:creator>Web Hosting Reviews</dc:creator>
		<pubDate>Tue, 02 Jan 2007 16:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eukhost.com/2006/11/30/how-to-restore-a-database-and-take-backup-of-database-through-shell/#comment-4340</guid>
		<description>Following commands also useful to take backup and restore of simple (not contains large objects) postgresql database.
pg_dump mydb &#62; db.out
To restore database 
psql -d database -f db.out</description>
		<content:encoded><![CDATA[<p>Following commands also useful to take backup and restore of simple (not contains large objects) postgresql database.<br />
pg_dump mydb &gt; db.out<br />
To restore database<br />
psql -d database -f db.out</p>
]]></content:encoded>
	</item>
</channel>
</rss>
