<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title>Parallels knowledgebase (KB)</title>
<link>http://kb.parallels.com/</link>
<description>Parallels knowledgebase (KB)</description>
<language>en</language>
<copyright>Copyright 2008 Parallels</copyright>
<pubDate>Wed, 10 Sep 2008 00:00:00 +0600</pubDate>
<lastBuildDate>Wed, 10 Sep 2008 00:00:00 +0600</lastBuildDate>
<webMaster>rt-team@parallels.com</webMaster>

<item>
<title><![CDATA[[How to] How to migrate Plesk data manually with Plesk Migration Manager?]]></title>
<link>http://kb.parallels.com/en/1152</link>
<description><![CDATA[<div id="article">
	




	<div id="kb" class="kb">
		<div class="article-container">
			<h2 class="title">[How to] How to migrate Plesk data manually with Plesk Migration Manager?</h2>
			<div class="ab-frame"><div class="bl"><div class="br"><div class="tl"><div class="tr"><!-- frame -->
				<div class="articleProperty">
					<div>Article ID: 1152&nbsp;</div>
					<div>Last Review: Nov,24 2009</div>
					<tr>
						<td>Author: </td>
						<td>Bezborodova Anastasiya</td>
					</tr>
					<br/>
					<tr>
						<td>Last updated by: </td>
						<td>Bezborodova Anastasiya</td>
					</tr>
					<strong>APPLIES TO:</strong>
					<div class="articleApplies">
						<ul>
							<li>Plesk 8.x for Linux/Unix</li>
							<li>Plesk 9.x for Linux/Unix</li>
						</ul>
					</div>
				</div><!-- articleProperty -->
			</div></div></div></div></div><!-- frame -->

			<div class="article-internal-flag"></div>

			<div id="article-content">
				<div class="article-part">
					<h2>Resolution</h2>
					To do this follow the steps below:<br /><br />1. Upload migration agent and modules to the source server. For example for Parallels Plesk Panel, there are two folders: <strong>/usr/local/psa/PMM/agents/shared</strong> and <strong>/usr/local/psa/PMM/agents/PleskX</strong>. Use the command below to copy the Migration Manager:<br /><br /><span style="font-family: Courier New;">destination ~# scp -r /usr/local/psa/PMM/agents/shared/* /usr/local/psa/PMM/agents/PleskX/* root@source:/temporary_migration_directory/ </span><br /><br />2. Login to source server and change to directory <strong>/temporary_migration_directory</strong>. <br />Run migration agent (PleskX.pl) with parameter <em>--help</em> to get all available options of the migration agent. Start dumping with options you need. For example:<br /><br /><span style="font-family: Courier New;">source ~# cd /temporary_migration_directory<br />temporary_migration_directory ~# chmod 755 PleskX.pl<br />temporary_migration_directory ~# ./PleskX.pl --dump-all </span><br /><br />3. This will create dump configuration file <strong>dump.xml </strong>and content dump archives in current directory <strong><em>/</em>temporary_migration_directory</strong>.<br /><br />4. On the destination server create directory <strong>/work_dir</strong><em> </em>and copy file <strong>dump.xml</strong> from<em> </em><strong>/temporary_migration_directory</strong> to it.:<br /><br /><span style="font-family: Courier New;">source ~# scp /temporary_migration_directory/dump.xml root@destination:/work_dir/</span><br /><br />5. On destination Parallels Plesk Panel 8 create subdirectory <strong>/work_dir/archives</strong><em> </em>and copy other content dump files to this directory:<br /><span style="font-family: Courier New;"><br />source ~# scp -r /temporary_migration_directory/* root@destinationPPP8:/work_dir/archives/</span><br /><strong><br /></strong>On destination Parallels Plesk Panel 9 dump.xml and all other content files should locate in the same directory. So copy all other files into <span style="font-family: Courier New;">/work_dir/:<br /><br /></span><span style="font-family: Courier New;">source ~# scp -r /temporary_migration_directory/* root@destinationPPP9:/work_dir/</span><br /><br />6. Deploy the data through Parallels Plesk Panel GUI.<br /><br />Login to Parallels Plesk Panel (PPP) as administrator and change to the Migration Manager page. The page  is <span style="font-family: Courier New;">Server -&gt; Migration Manager</span> in PPP version 8.x and <span style="font-family: Courier New;">Home -&gt; Migration Manager</span> in PPP version 9.x<br /><br />Click button &quot;<strong>Start a new migration</strong>&quot; and choose &quot;<strong>Data import</strong>&quot; in PPP version 8.x or &quot;<strong>Transfer data already processed by the migration agent and located on the local host.</strong>&quot; in PPP version 9.x.<br /><br />In version 8.x pay attention for choosing correct Working directory for the data importing, it should the directory where you put the data to be restored (<em>/work_dir</em>).<br />In version 9.x put location of <strong>dump.xml </strong>file in the &quot;<strong>Migration data file location</strong>&quot; field. It should be <strong>/work_dir/dump.xml</strong>.<br />
				</div>
				<div class="keywords"><strong>Keywords:</strong> manual migration pmm utility</div>
			</div>
		</div><!-- article-container -->


			<br/><br/>

			<div id="SubscriptionLink24Article" class="subscriptionLink2">
<a href="http://kb.parallels.com/subscriptions/index.html?Type=Article&ArticleID=1152&ArticleLanguage=en&Product=&Category="><img src="http://kb.parallels.com/images/mail.png" width="15" height="15" alt="Subscription for changes to this article"></a>
<a href="http://kb.parallels.com/subscriptions/index.html?Type=Article&ArticleID=1152&ArticleLanguage=en&Product=&Category=">Subscription for changes to this article</a>

<script type="text/javascript">

$(document).ready(function() {
	$('#SubscriptionLink24Article a').each(function(){
		$(this).click(function(event) {
			event.preventDefault();
			MainPageContentHide();
			$('#subscription').html('');
			$.get('/Stuff/Subscription', {
													'Type' : 'Article',
													'ArticleID' : '1152',
													'ArticleLanguage' : 'en',
													'Product' : '',
													'Category' : ''
												}, function(data) {
																	$('#subscription').html(data);
																	$('#subscription').show();
																	SUBbuildsubmenus_product();
																});
		});
	});
});

</script>

</div>





	</div><!-- kb -->

</div><!-- article -->


]]></description>
<author>Bezborodova Anastasiya</author>
<guid isPermaLink="false">797 LastUpdated: 2009-11-24 04:04:21</guid>
<pubDate>2008-10-06 09:11:06</pubDate>
</item>
</channel>
</rss>



