<?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: set up magento in multiple environments	</title>
	<atom:link href="https://nerdpress.org/2011/09/27/set-up-magento-in-multiple-environments/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdpress.org/2011/09/27/set-up-magento-in-multiple-environments/</link>
	<description>...dev, tech problems and solutions.</description>
	<lastBuildDate>Wed, 28 Sep 2011 06:39:11 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Gijs		</title>
		<link>https://nerdpress.org/2011/09/27/set-up-magento-in-multiple-environments/#comment-1208</link>

		<dc:creator><![CDATA[Gijs]]></dc:creator>
		<pubDate>Wed, 28 Sep 2011 06:39:11 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=1667#comment-1208</guid>

					<description><![CDATA[This way you can stream your DB to your live server:
[bash]
mysqldump -udblocalluser --ignore-table=localdb.core_config_data localdb &#124; ssh sshserver &#039;mysql50 -Ddbremote -udbremoteuser -pdbremotepass -S/var/lib/mysql50/mysql.sock&#039; 
[/bash]
If its the first sync you need to remove the ignore, but for  later syncs and you didn&#039;t changed any system configs you can add it so you don&#039;t have to replace the domain names.

Enjoy]]></description>
			<content:encoded><![CDATA[<p>This way you can stream your DB to your live server:</p>
<pre class="brush: bash; title: ; notranslate">
mysqldump -udblocalluser --ignore-table=localdb.core_config_data localdb | ssh sshserver 'mysql50 -Ddbremote -udbremoteuser -pdbremotepass -S/var/lib/mysql50/mysql.sock' 
</pre>
<p>If its the first sync you need to remove the ignore, but for  later syncs and you didn&#8217;t changed any system configs you can add it so you don&#8217;t have to replace the domain names.</p>
<p>Enjoy</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
