Merge remote-tracking branch 'remotes/origin/feature/mk-parameter'

This commit is contained in:
Svetlana Maleeva 2021-06-11 13:40:50 +03:00
commit 9210e849c8
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@
<div class="screen_text">
<div class="notehelp">
Due to the new mechanism of the password encryption, there is no possibility to restore the password from the backup using the <code>core.machinekey</code> key which differs from the original one. To ensure correct portal operation, specify the old server key in the <b>web.appsettings.config</b> and <b>TeamlabSvc.exe.Config</b> files before restoring the backup on a new server.
<p>For the Docker version, you can replace <code>machinekey</code> here <code>/app/onlyoffice/CommunityServer/data/.private/machinekey</code> and restart the <b>Community Server</b> container.</p>
<p>For the Docker version, you can replace <code>machinekey</code> here <code>/app/onlyoffice/CommunityServer/data/.private/machinekey</code> and restart the <b>Community Server</b> container. It's also possible to use the <code>mk</code> parameter in the installation script to specify the <code>machinekey</code> when installing ONLYOFFICE Workspace. E.g., <code>bash workspace-enterprise-install.sh -mk yourmachinekey</code> or <code>bash workspace-install.sh -mk yourmachinekey</code>.</p>
</div>
<p>To restore your portal data from the previously created backup file, switch to the <b>Restore</b> page in the <b>COMMON SETTINGS</b> section on the left sidebar.</p>
</div>

View File

@ -146,7 +146,7 @@
<div class="screen_text">
<div class="notehelp">
В связи с новым механизмом шифрования пароля, нет возможности восстановить пароль из бекапа, используя отличный от исходного ключ <code>core.machinekey</code>. Для корректной работы портала, перед разворачиванием бекапа на новом сервере, необходимо прописать в файлы <b>web.appsettings.config</b> и <b>TeamlabSvc.exe.Config</b> ключ от старого сервера.
<p>Для Docker-версии можно заменить <code>machinekey</code> здесь <code>/app/onlyoffice/CommunityServer/data/.private/machinekey</code> и перезапустить контейнер <b>Community Server</b>.</p>
<p>Для Docker-версии можно заменить <code>machinekey</code> здесь <code>/app/onlyoffice/CommunityServer/data/.private/machinekey</code> и перезапустить контейнер <b>Community Server</b>. Также можно использовать параметр <code>mk</code> в скрипте установки, чтобы задать <code>machinekey</code> при установке ONLYOFFICE Workspace. Например, <code>bash workspace-enterprise-install.sh -mk yourmachinekey</code> или <code>bash workspace-install.sh -mk yourmachinekey</code>.</p>
</div>
<p>Для восстановления данных портала из предварительно созданного файла резервной копии перейдите на страницу <b>Восстановление</b> в разделе <b>ОБЩИЕ НАСТРОЙКИ</b> на левой боковой панели.</p>
</div>