This is an automated email from the ASF dual-hosted git repository.

andrijapanic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new b176803  Update upgrade-4.13.rst (#108)
b176803 is described below

commit b17680349228fd47535b821601080762c1d38606
Author: Andrija Panic <[email protected]>
AuthorDate: Fri May 1 18:45:22 2020 +0200

    Update upgrade-4.13.rst (#108)
---
 source/upgrading/upgrade/upgrade-4.13.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/upgrading/upgrade/upgrade-4.13.rst 
b/source/upgrading/upgrade/upgrade-4.13.rst
index d8879d4..39135a7 100644
--- a/source/upgrading/upgrade/upgrade-4.13.rst
+++ b/source/upgrading/upgrade/upgrade-4.13.rst
@@ -99,7 +99,7 @@ Backup current database
 
    .. parsed-literal::
 
-      $ mysqldump -u root -p cloud > cloud-backup_`date '+%Y-%m-%d'`.sql
+      $ mysqldump -u root -p -R cloud > cloud-backup_`date '+%Y-%m-%d'`.sql
       $ mysqldump -u root -p cloud_usage > cloud_usage-backup_`date 
'+%Y-%m-%d'`.sql
 
 

Reply via email to