Rename gitlab:app:backup_* to gitlab:backup:*
Rename gitlab:app:db_* to gitlab:backup:db:* Rename gitlab:app:repo_* to gitlab:backup:repo:* Rename *_dump to *_create
This commit is contained in:
parent
56f9a674a6
commit
c9bf2bb288
2 changed files with 77 additions and 73 deletions
|
@ -4,7 +4,7 @@ Creates a backup archive of the database and all repositories. This archive will
|
|||
The filename will be `[TIMESTAMP]_gitlab_backup.tar`. This timestamp can be used to restore an specific backup.
|
||||
|
||||
```
|
||||
bundle exec rake gitlab:app:backup_create
|
||||
bundle exec rake gitlab:backup:create
|
||||
```
|
||||
|
||||
Example output:
|
||||
|
@ -40,7 +40,7 @@ Deleting old backups... [SKIPPING]
|
|||
### Restore a previously created backup
|
||||
|
||||
```
|
||||
bundle exec rake gitlab:app:backup_restore
|
||||
bundle exec rake gitlab:backup:restore
|
||||
```
|
||||
|
||||
Options:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue