<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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>Gravity Support Forums Topic: Moving day - take your entries and move them to your new db</title>
		<link>https://legacy.forums.gravityhelp.com/topic/moving-day-take-your-entries-and-move-them-to-your-new-db</link>
		<description>Gravity Support Forums Topic: Moving day - take your entries and move them to your new db</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:23:57 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/moving-day-take-your-entries-and-move-them-to-your-new-db" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Moving day - take your entries and move them to your new db"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/moving-day-take-your-entries-and-move-them-to-your-new-db#post-43656</link>
			<pubDate>Sat, 10 Dec 2011 15:38:18 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">43656@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you mtbethel for posting your experience.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cliff Seal on "Moving day - take your entries and move them to your new db"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/moving-day-take-your-entries-and-move-them-to-your-new-db#post-43632</link>
			<pubDate>Sat, 10 Dec 2011 12:40:35 +0000</pubDate>
			<dc:creator>Cliff Seal</dc:creator>
			<guid isPermaLink="false">43632@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I can confirm that this works. In my case, I needed to export rg_lead, re_lead_detail, rg_lead_detail_long, rg_lead_meta, and rg_lead_notes. Make sure you make backups though—it took me several tries to get it just right using Sequel Pro.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Moving day - take your entries and move them to your new db"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/moving-day-take-your-entries-and-move-them-to-your-new-db#post-35723</link>
			<pubDate>Tue, 20 Sep 2011 00:27:00 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">35723@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How nice to see this as my last unread post of the evening.  Thanks for posting your experience.  I'll make sure the rest of the team sees this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eyecool on "Moving day - take your entries and move them to your new db"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/moving-day-take-your-entries-and-move-them-to-your-new-db#post-35709</link>
			<pubDate>Mon, 19 Sep 2011 22:20:55 +0000</pubDate>
			<dc:creator>eyecool</dc:creator>
			<guid isPermaLink="false">35709@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This isn't a question, problem or bug.  This is a BIG thank YOU to the Rocket Genius team for being awesome.  It is because they are awesome that their product is awesome.&#60;/p&#62;
&#60;p&#62;Why the love?  Well, I rarely get to post on here because:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;The Gravity Forms documentation is very thorough.
&#60;/li&#62;
&#60;li&#62;The code is extremely well written - take the time to read it. It will talk to you.
&#60;/li&#62;
&#60;li&#62;The handfull of times I've had a question, I've searched this very forum and found the answer.
&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;Today, I had a question. A big one. How can I copy entries on from my massively complex, multisite, multinetwork, multiserver environment to my sorta complicated, multisite, single server development environment.&#60;/p&#62;
&#60;p&#62;Chances are just about any question you can have has already been answered on here, several times.  But what if you are running multiple layers of nginx that connect to isolated php-fpm servers and all of these connect to each other using sockets over a private lan!  And the standalone mysql server is firewalled harder than 'The Great Firewall of China'!!??  Then what do you do?  Ask  the question anyway?  &#60;/p&#62;
&#60;p&#62;&#34;No!&#34; I say.  Read the code, else if, search the forum, else if, refer back to the documentation.  If all else fails, then submit a query.  So that's what I did.&#60;/p&#62;
&#60;p&#62;Turns out the venerable Carl Hancock answered the question in another post. (and I used pencil and paper to make notes in my $2, college ruled notebook labeled 'Server').  The note reads:&#60;br /&#62;
&#34;Entry data goes into rg_lead, re_lead_detail &#38;amp; rg_lead_detail_long tables. They are stored across multiple tables to for max performance&#34;&#60;/p&#62;
&#60;p&#62;Long story short (lol), it just works.  I exported the 3 tables to a single .sql file.  Then exported the .sql file to the new server.  If you're on a single site, you're done.  If you're on multisite change the #(id) of your table to match the #(id) of the site in the receiving (new) db.  **Remember to set your form up before messing around with the db**&#60;/p&#62;
&#60;p&#62;My one advice is; don't use phpMyAdmin. You'll avoid a wide variety of headaches, present-past-and-future by using open source apps made for maintaining mysql databases.  Look at &#60;a href=&#34;http://www.mysql.com/downloads/workbench/&#34; rel=&#34;nofollow&#34;&#62;http://www.mysql.com/downloads/workbench/&#60;/a&#62; It is OS agnostic.  It may not come easy, it may take some time, but get it configured and working.  Use google to find alternatives for your OS.  I use OS X, and sometimes use Sequel Pro (free) for quick stuff.&#60;/p&#62;
&#60;p&#62;Ciao! Thank you! And have fun taking your entries wherever you may roam!&#60;/p&#62;
&#60;p&#62;*edit - changed 2nd paragraph to an ordered list for presentation
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
