Merge pull request #19 from ONLYOFFICE/feature/fix#18

Fix #18; fix es, fr, ru controls
This commit is contained in:
Svetlana Maleeva 2021-09-20 17:05:14 +03:00 committed by GitHub
commit 4c62cf47eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 3 deletions

View File

@ -3,6 +3,7 @@
## Незарелиженные правки (master)
### Исправления
* /ru/guides/gantt-chart.aspx - исправлена опечатка
* /administration/control-panel-backup.aspx - fix ussue #18. Исправлено отбражение этой страницы на языках es, fr, ru.
## 11.09.2021 - Обновление helpcenter.onlyoffice.com
### Исправления

View File

@ -158,7 +158,7 @@
<div class="block_of_step">
<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.
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>, <b>TeamlabSvc.exe.Config</b> files, and in the Control Panel <b>production.json</b> config file 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. 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>

View File

@ -7,6 +7,8 @@
PageTitle = PageCaption = "Uso de la función de respaldo/restauración en el Panel de Control";
MetaKeyWords = "ajustes de portal, Panel de Control, copia de seguridad de datos de portal, recuperación de datos de portal";
MetaDescription = "Aprenda cómo usar la función de respaldo/restauración en el Panel de Control.";
var guides = new GuidesModel();
(Page as BasePage).Guides = guides;
}
</script>

View File

@ -7,6 +7,8 @@
PageTitle = PageCaption = "Utilisation de la fonctionnalité de sauvegarde/restauration à partir de panneau de commande";
MetaKeyWords = "Paramètres de portail, Panneau de commande, sauvegarde de données de portail, restauration de données de portail";
MetaDescription = "Découvrez comment utiliser la fonctionnalité de sauvegarde/restauration de panneau de commande.";
var guides = new GuidesModel();
(Page as BasePage).Guides = guides;
}
</script>

View File

@ -7,7 +7,11 @@
PageTitle = PageCaption = "Использование функции резервного копирования и восстановления данных в Панели управления";
MetaKeyWords = "настройки портала, Панель управления, резервное копирование данных портала, восстановление данных портала";
MetaDescription = "Узнайте, как использовать функцию резервного копирования и восстановления данных в Панели управления.";
}
var guides = new GuidesModel();
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter">
@ -145,7 +149,7 @@
<div class="block_of_step">
<div class="screen_text">
<div class="notehelp">
В связи с новым механизмом шифрования пароля, нет возможности восстановить пароль из бекапа, используя отличный от исходного ключ <code>core.machinekey</code>. Для корректной работы портала, перед разворачиванием бекапа на новом сервере, необходимо прописать в файлы <b>web.appsettings.config</b> и <b>TeamlabSvc.exe.Config</b> ключ от старого сервера.
В связи с новым механизмом шифрования пароля, нет возможности восстановить пароль из бекапа, используя отличный от исходного ключ <code>core.machinekey</code>. Для корректной работы портала, перед разворачиванием бекапа на новом сервере, необходимо прописать в файлы <b>web.appsettings.config</b>, <b>TeamlabSvc.exe.Config</b> и в файл конфигурации Панели управления <b>production.json</b> ключ от старого сервера.
<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>