Fixes for nextcloud-migration.ascx

This commit is contained in:
Svetlana Maleeva 2022-04-25 17:05:58 +03:00
parent 377f23e010
commit e658bac31d
2 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@
</div>
<div class="screen_text">
<p>If the database is deployed on a different server, run the following command:</p>
<pre><code>mysqldump --single-transaction -h [server] -u [username] -p[password] [db_name] > dump.bak
<pre><code>mysqldump --single-transaction -h [server] -u [username] -p[password] [db_name] > nextcloud-sqlbkp_`date +"%Y%m%d"`.bak
</code></pre>
</div>
</div>
@ -90,7 +90,7 @@
</div>
</div>
<h2 id="step2"Prepare the data for import</h2>
<h2 id="step2">Prepare the data for import</h2>
<div class="block_of_step">
<div class="screen_text">
<p>In order to import the data, you need to compress certain files and folders to a zip archive. The <b>archive.zip</b> file contains the <b>data</b> folder which stores the folders of the <b>Nextcloud</b> users and the database <b>backup file</b>. The structure of the <b>archive.zip</b> file looks as follows:</p>

View File

@ -74,7 +74,7 @@
</div>
<div class="screen_text">
<p>Wenn die Datenbank auf einem anderen Server bereitgestellt wird, führen Sie den folgenden Befehl aus:</p>
<pre><code>mysqldump --single-transaction -h [server] -u [username] -p[password] [db_name] > dump.bak
<pre><code>mysqldump --single-transaction -h [server] -u [username] -p[password] [db_name] > nextcloud-sqlbkp_`date +"%Y%m%d"`.bak
</code></pre>
</div>
</div>