<< Adding a Linux User | Home | HTML5 WebSocket w/ Relative URL >>

Backing-up PostgreSQL Databases

I was excited to learn this morning that PostgreSQL has released a RC1 in the 9.2 line.  This is one more step on the way to the 9.2 stable release.  The news inspired me to update my development server, and once again I had to figure out how to use pg_dump.exe to backup my data.  So here's the one-liner that took me five minutes to work out.  Posting it here so I don't have to spend another five minutes!

bin\pg_dump.exe -f C:\_projects_\tmp\pg-20120901 -F d -v wlv.co
Social Bookmarks :  Add this post to Slashdot    Add this post to Digg    Add this post to Reddit    Add this post to Delicious    Add this post to Stumble it    Add this post to Google    Add this post to Technorati    Add this post to Bloglines    Add this post to Facebook    Add this post to Furl    Add this post to Windows Live    Add this post to Yahoo!

Export this post as PDF document  Export this post to PDF document




Add a comment Send a TrackBack