<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Migrating users - from one server to another.  How to do it.]]></title><description><![CDATA[<p dir="auto">Migrating users - from one server to another.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/1091/migrating-users-from-one-server-to-another-how-to-do-it</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 09:11:58 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/1091.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 15 Jun 2021 20:24:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Migrating users - from one server to another.  How to do it. on Wed, 16 Jun 2021 14:28:28 GMT]]></title><description><![CDATA[<p dir="auto">If you need to preserve passwords, and you have access to the database:</p>
<ol>
<li>You could manually read from the db and then import users using the import API.
<ul>
<li><a href="https://fusionauth.io/docs/v1/tech/apis/users/#import-users" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/apis/users/#import-users</a></li>
</ul>
</li>
<li>You can use <code>pg_dump</code> or <code>mysqldump</code> respectively if you want to move the entire system from one server to another, users and all. The target system has to be at the same or greater version than the source. If the target is at a greater version than the source, you will enter maintenance mode on startup to migrate the schema.</li>
</ol>
<p dir="auto">If you do not need to preserve passwords, then you could use the User Search API and the User Import API together.</p>
]]></description><link>https://fusionauth.io/community/forum/post/3227</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/3227</guid><dc:creator><![CDATA[joshua]]></dc:creator><pubDate>Wed, 16 Jun 2021 14:28:28 GMT</pubDate></item></channel></rss>