<?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: Capistrano recipe: update your remote shared assets and database to your local application</title>
	<atom:link href="http://www.nickhammond.com/2009/04/15/capistrano-recipe-update-your-remote-shared-assets-and-database-to-your-local-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nickhammond.com/2009/04/15/capistrano-recipe-update-your-remote-shared-assets-and-database-to-your-local-application/</link>
	<description>freelance web developer in Chandler, AZ</description>
	<lastBuildDate>Sun, 07 Mar 2010 10:44:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Badreligion</title>
		<link>http://www.nickhammond.com/2009/04/15/capistrano-recipe-update-your-remote-shared-assets-and-database-to-your-local-application/comment-page-1/#comment-1299</link>
		<dc:creator>Badreligion</dc:creator>
		<pubDate>Thu, 07 Jan 2010 19:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickhammond.com/?p=304#comment-1299</guid>
		<description>It is nice however coming from a network/system admin there is one major flaw and that is security. Running mysqldump with -ppassword  is a very discouraged method. At this point in time I do not have a better suggestion other than using configuration files (one for each database/site) however I can&#039;t say that it is a good idea to do that either especially in my case where 30-50+ database passwords are in plain text files. 
 
I also prefer to set variables for example remote_db_name once then re-use that variable, it just helps with maintenance down the road. Instead of re-typing remote_settings[&quot;database&quot;] over and over especially using interpolation it just gets messy. Between using short options for rsync command and combining some of the pathing into variables I was able to get all the commands onto one line each. 
 
Hopefully some day we will figure out how to securely access local and remote databases using mysql via Capistrano, but again as far as I know this or config files (.my.cnf) is as good as it gets. 
 
Nice article </description>
		<content:encoded><![CDATA[<p>It is nice however coming from a network/system admin there is one major flaw and that is security. Running mysqldump with -ppassword  is a very discouraged method. At this point in time I do not have a better suggestion other than using configuration files (one for each database/site) however I can&#039;t say that it is a good idea to do that either especially in my case where 30-50+ database passwords are in plain text files. </p>
<p>I also prefer to set variables for example remote_db_name once then re-use that variable, it just helps with maintenance down the road. Instead of re-typing remote_settings[&quot;database&quot;] over and over especially using interpolation it just gets messy. Between using short options for rsync command and combining some of the pathing into variables I was able to get all the commands onto one line each. </p>
<p>Hopefully some day we will figure out how to securely access local and remote databases using mysql via Capistrano, but again as far as I know this or config files (.my.cnf) is as good as it gets. </p>
<p>Nice article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Paul</title>
		<link>http://www.nickhammond.com/2009/04/15/capistrano-recipe-update-your-remote-shared-assets-and-database-to-your-local-application/comment-page-1/#comment-1241</link>
		<dc:creator>John Paul</dc:creator>
		<pubDate>Thu, 19 Nov 2009 21:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickhammond.com/?p=304#comment-1241</guid>
		<description>Thanks for the slick script, I wrote something similar to this, but had some issues with getting the remote DB vars. This is a nice and clean implementation! I think I am going to include it in a Capistrano recipe gem I am writing if you don&#039;t mind. 

Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Thanks for the slick script, I wrote something similar to this, but had some issues with getting the remote DB vars. This is a nice and clean implementation! I think I am going to include it in a Capistrano recipe gem I am writing if you don&#8217;t mind. </p>
<p>Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Hughes</title>
		<link>http://www.nickhammond.com/2009/04/15/capistrano-recipe-update-your-remote-shared-assets-and-database-to-your-local-application/comment-page-1/#comment-1109</link>
		<dc:creator>Ben Hughes</dc:creator>
		<pubDate>Tue, 02 Jun 2009 12:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickhammond.com/?p=304#comment-1109</guid>
		<description>I&#039;m so glad to have stumbled upon this.  I was looking for a nice solution to this for a while; very useful for many of my projects.  Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m so glad to have stumbled upon this.  I was looking for a nice solution to this for a while; very useful for many of my projects.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hjuskewycz</title>
		<link>http://www.nickhammond.com/2009/04/15/capistrano-recipe-update-your-remote-shared-assets-and-database-to-your-local-application/comment-page-1/#comment-995</link>
		<dc:creator>hjuskewycz</dc:creator>
		<pubDate>Mon, 20 Apr 2009 07:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickhammond.com/?p=304#comment-995</guid>
		<description>Looks pretty good, will give it a try later. Thank you!</description>
		<content:encoded><![CDATA[<p>Looks pretty good, will give it a try later. Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.824 seconds -->
