From e658bac31de67a5537bfb7aa292a3ee899b94bca Mon Sep 17 00:00:00 2001 From: svetlana maleeva Date: Mon, 25 Apr 2022 17:05:58 +0300 Subject: [PATCH] Fixes for nextcloud-migration.ascx --- .../ControlPanel/NextcloudMigration/nextcloud-migration.ascx | 4 ++-- .../NextcloudMigration/nextcloud-migration.de.ascx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Web/Controls/Help/Server/ControlPanel/NextcloudMigration/nextcloud-migration.ascx b/Web/Controls/Help/Server/ControlPanel/NextcloudMigration/nextcloud-migration.ascx index 6fe69c380..354ea86ed 100644 --- a/Web/Controls/Help/Server/ControlPanel/NextcloudMigration/nextcloud-migration.ascx +++ b/Web/Controls/Help/Server/ControlPanel/NextcloudMigration/nextcloud-migration.ascx @@ -74,7 +74,7 @@

If the database is deployed on a different server, run the following command:

-
mysqldump --single-transaction -h [server] -u [username] -p[password] [db_name] > dump.bak
+          
mysqldump --single-transaction -h [server] -u [username] -p[password] [db_name] > nextcloud-sqlbkp_`date +"%Y%m%d"`.bak
 
@@ -90,7 +90,7 @@ -

+

Prepare the data for import

In order to import the data, you need to compress certain files and folders to a zip archive. The archive.zip file contains the data folder which stores the folders of the Nextcloud users and the database backup file. The structure of the archive.zip file looks as follows:

diff --git a/Web/Controls/Help/Server/ControlPanel/NextcloudMigration/nextcloud-migration.de.ascx b/Web/Controls/Help/Server/ControlPanel/NextcloudMigration/nextcloud-migration.de.ascx index 87aaeff33..9a82dad34 100644 --- a/Web/Controls/Help/Server/ControlPanel/NextcloudMigration/nextcloud-migration.de.ascx +++ b/Web/Controls/Help/Server/ControlPanel/NextcloudMigration/nextcloud-migration.de.ascx @@ -74,7 +74,7 @@

Wenn die Datenbank auf einem anderen Server bereitgestellt wird, führen Sie den folgenden Befehl aus:

-
mysqldump --single-transaction -h [server] -u [username] -p[password] [db_name] > dump.bak
+          
mysqldump --single-transaction -h [server] -u [username] -p[password] [db_name] > nextcloud-sqlbkp_`date +"%Y%m%d"`.bak