helpcenter/Web/Controls/Help/Server/Windows/Community/MigrationHybrid/MigrationHybrid.ascx

50 lines
3.2 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Migration to server solution";
MetaKeyWords = "Server Solution, private cloud, migration from SaaS version";
MetaDescription = "ONLYOFFICE. Migrate from the SaaS to ONLYOFFICE Server Solution";
}
</script>
<div class="main_buscall_container dataBackup">
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption TipsCaption">Migration to server solution</h1>
<cc:localizecontent runat="Server" controlname="~/Controls/Help/VariousControls/Versions/CommunityServer/CommunityServer_6_5.ascx" />
-
<cc:localizecontent runat="Server" controlname="~/Controls/Help/VariousControls/Versions/CommunityServer/CommunityServerWindows_Current.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/AdminLabel/AdminLabel.ascx" />
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/local-server/local-server.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/server-version/server-version.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/community-server/community-server.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/windows-version/windows-version.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/migrate-server/migrate-server.ascx" /></li>
</ul>
</div>
<p>Have you decided to migrate from your SaaS to <a href="https://www.onlyoffice.com/server.aspx">Server Solution</a>? Don't know how to realize the plan? Just follow these step-by-step instructions!</p>
<h2 id="BareBonesInstructions">Bare Bones Instructions</h2>
<p>After you deployed the virtual machine with a pre-installed and pre-configured ONLYOFFICE in a private cloud on <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/content/TeamlabAMIUserGuide.pdf")%>">Amazon servers</a> or your Windows server, please follow these simple steps:</p>
<p><b>Migration from SaaS Version</b></p>
<ol class="instructions">
<li>Create a backup of your portal data and download it (for further instructions please refer to the <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/tipstricks/data-backup-restore.aspx")%>">Data Backup &amp Restore</a> article).</li>
<li>Switch to the Server Solution.</li>
<li>Run the backup restore utility from the installation directory: Service\ASC.Backup.Restore.exe</li>
<li>Select the created backup file with the .zip extension in the 'ONLYOFFICE backup file' field and click the 'Restore Backup' button.</li>
</ol>
<p>The backup of your SaaS portal data will be restored in local server.</p>
</div>
</div>