diff options
author | astrachan <alexander.strachan@asgks.net> | 2018-01-29 11:35:59 +1000 |
---|---|---|
committer | astrachan <alexander.strachan@asgks.net> | 2018-01-29 11:35:59 +1000 |
commit | 7e8d5e83aa1f4b4f268f8ec413bdad53e44daada (patch) | |
tree | 49a5c5b445ce5c4a989229b715e00cf60d63844a | |
parent | dc325c672e20afa953117b0e1b04b2e399f391d7 (diff) | |
download | gitlab-ce-7e8d5e83aa1f4b4f268f8ec413bdad53e44daada.tar.gz |
Updating docs for usage of force=yes when performing a restore.42521-docs-update-usage-of-force-option-when-running-the-restore-raketask
-rw-r--r-- | doc/raketasks/backup_restore.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md index 76f33b765d3..85db8f40a28 100644 --- a/doc/raketasks/backup_restore.md +++ b/doc/raketasks/backup_restore.md @@ -494,7 +494,7 @@ more of the following options: - `BACKUP=timestamp_of_backup` - Required if more than one backup exists. Read what the [backup timestamp is about](#backup-timestamp). -- `force=yes` - Do not ask if the authorized_keys file should get regenerated. +- `force=yes` - Does not ask if the authorized_keys file should get regenerated and assumes 'yes' for warning that database tables will be removed. ### Restore for installation from source |