<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Backup &amp; Restore Database in PostgreSQL (pg_dump,pg_restore)</title>
	<atom:link href="http://www.mkyong.com/database/backup-restore-database-in-postgresql-pg_dumppg_restore/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mkyong.com/database/backup-restore-database-in-postgresql-pg_dumppg_restore/</link>
	<description>Thoughts on Java, Maven, Hibernate, Spring , Ajax web development</description>
	<lastBuildDate>Thu, 11 Mar 2010 22:57:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Solution Hacker - Common DBA jobs</title>
		<link>http://www.mkyong.com/database/backup-restore-database-in-postgresql-pg_dumppg_restore/comment-page-1/#comment-757</link>
		<dc:creator>Solution Hacker - Common DBA jobs</dc:creator>
		<pubDate>Wed, 24 Dec 2008 08:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mkyong.com/?p=107#comment-757</guid>
		<description>[...] Backup and restore database in postgresql [...]</description>
		<content:encoded><![CDATA[<p>[...] Backup and restore database in postgresql [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mkyong</title>
		<link>http://www.mkyong.com/database/backup-restore-database-in-postgresql-pg_dumppg_restore/comment-page-1/#comment-631</link>
		<dc:creator>mkyong</dc:creator>
		<pubDate>Wed, 26 Nov 2008 09:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mkyong.com/?p=107#comment-631</guid>
		<description>Recently, i wrote an article regarding incremental backup in PostgreSQL, may it help to you?

http://www.mkyong.com/database/postgresql-point-in-time-recovery-incremental-backup/</description>
		<content:encoded><![CDATA[<p>Recently, i wrote an article regarding incremental backup in PostgreSQL, may it help to you?</p>
<p><a href="http://www.mkyong.com/database/postgresql-point-in-time-recovery-incremental-backup/" rel="nofollow">http://www.mkyong.com/database/postgresql-point-in-time-recovery-incremental-backup/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.mkyong.com/database/backup-restore-database-in-postgresql-pg_dumppg_restore/comment-page-1/#comment-612</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 24 Nov 2008 16:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mkyong.com/?p=107#comment-612</guid>
		<description>How would you do large databased.  Lets say your database is 5 gig.  Here is what I do and it takes a long time and I worry some day I may not have enough space:
1.  Backup the database using pretty much the same as you do in step 1
2.  I want to change the schema in the backup so I vi this file which is about 5.5 gigs.  This is done because I comment out a few things in the file and also put a commit at the bottom of the backup or it will not save when I restore.
3.  I then to the restore and all is fine

So my question is with #2 above.  The files are getting large and to change the schema takes a long time and soon I may not have enought disk space to do this.  Any ideas on how to overcome this?</description>
		<content:encoded><![CDATA[<p>How would you do large databased.  Lets say your database is 5 gig.  Here is what I do and it takes a long time and I worry some day I may not have enough space:<br />
1.  Backup the database using pretty much the same as you do in step 1<br />
2.  I want to change the schema in the backup so I vi this file which is about 5.5 gigs.  This is done because I comment out a few things in the file and also put a commit at the bottom of the backup or it will not save when I restore.<br />
3.  I then to the restore and all is fine</p>
<p>So my question is with #2 above.  The files are getting large and to change the schema takes a long time and soon I may not have enought disk space to do this.  Any ideas on how to overcome this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
