Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix markdown parsing for doc pagedocs/fix-doc-block | Steve Azzopardi | 2019-06-03 | 1 | -3/+3 |
| | | | | | The lack of indentatioin is causing the markdown parser to get confused and formating it wrong. | ||||
* | Update import.md - if repository-import-<date> parent directory DNE, then ↵ | John Lund | 2019-05-22 | 1 | -1/+1 |
| | | | | mkdir will fail for new_group. -p option is necessary to create missing parent directories. | ||||
* | Docs: Merge Various EE /doc dirs to CE | Marcel Amirault | 2019-05-05 | 1 | -0/+10 |
| | |||||
* | Add guide on how to reset runners token | Steve Azzopardi | 2019-04-10 | 1 | -7/+47 |
| | |||||
* | Docs: Fix anchors related to variables doc | Marcel Amirault | 2019-04-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵jarv/dev-to-gitlab-2019-04-02 | John Jarvis | 2019-04-02 | 1 | -0/+1 |
|\ | | | | | | | jarv/dev-to-gitlab-2019-04-02 | ||||
| * | Rake task for removing exif from uploads | Jan Provaznik | 2019-04-02 | 1 | -0/+1 |
| | | | | | | | | | | Adds a rake task which can be used for removing EXIF data from existing uploads. | ||||
* | | Docs: Add automatic redirects to last batch of moved files | Marcel Amirault | 2019-03-26 | 2 | -4/+8 |
|/ | |||||
* | Merge branch 'patch-47' into 'master' | Achilleas Pipinellis | 2019-03-20 | 1 | -0/+2 |
|\ | | | | | | | | | Update backup_restore.md instructions for Google Cloud Storage bucket... See merge request gitlab-org/gitlab-ce!25628 | ||||
| * | Update backup_restore.md instructions for Google Cloud Storage bucket ↵ | Mike Cave | 2019-02-28 | 1 | -0/+2 |
| | | | | | | | | configuration to specify required access control option | ||||
* | | Point out that backups need a task runner node | Jacob Vosmaer | 2019-03-11 | 1 | -0/+7 |
| | | |||||
* | | add comment on how to determine if rsyncable option is available | Frederic Van Espen | 2019-03-07 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'master' into incremental-backups | Frederic Van Espen | 2019-03-07 | 2 | -8/+30 |
|\ \ | |/ | |||||
| * | Linked no EFS article to backup section | Sara Ahbabou | 2019-02-22 | 1 | -0/+2 |
| | | |||||
| * | Remove consecutive blank lines from markdown files | Evan Read | 2019-02-18 | 2 | -4/+0 |
| | | | | | | | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite. | ||||
| * | Document what features are broken when db_key_base is lost | Nick Thomas | 2019-02-15 | 1 | -4/+23 |
| | | |||||
| * | Fix most instances of bare URLs in markdown | Evan Read | 2019-01-24 | 1 | -1/+1 |
| | | |||||
| * | Add SSE-C key configuration option for Amazon S3 remote backups | Pepijn Van Eeckhoudt | 2019-01-09 | 1 | -0/+5 |
| | | |||||
* | | introduce optional rsyncable flag | Frederic Van Espen | 2019-03-07 | 1 | -0/+7 |
| | | |||||
* | | Allow to override part of the backup filename | Frederic Van Espen | 2018-12-26 | 1 | -0/+11 |
|/ | |||||
* | Restore Object Pools when restoring an object pool | Zeger-Jan van de Weg | 2018-12-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Pool repositories are persisted in the database, and when the DB is restored, the data need to be restored on disk. This is done by resetting the state machine and rescheduling the object pool creation. This is not an exact replica of the state like at the time of the creation of the backup. However, the data is consistent again. Dumping isn't required as internally GitLab uses git bundles which bundle all refs and include all objects in the bundle that they require, reduplicating as more repositories get backed up. This does require more data to be stored. Fixes https://gitlab.com/gitlab-org/gitaly/issues/1355 | ||||
* | Fix gitlab:web_hook tasks | Nick Thomas | 2018-12-06 | 1 | -4/+2 |
| | |||||
* | Add clarification on Host Keys | Davin Walker | 2018-11-28 | 1 | -0/+2 |
| | |||||
* | add a note about omnibus chart and info how to backup with gitlab chart | Alexander Tanayno | 2018-11-23 | 1 | -16/+12 |
| | |||||
* | Improve wording and consistency | Michael Kozono | 2018-11-07 | 1 | -18/+19 |
| | |||||
* | Add an example of the stored project path | Michael Kozono | 2018-11-07 | 1 | -2/+9 |
| | |||||
* | Add steps to manually migrate projects | Michael Kozono | 2018-11-07 | 1 | -1/+18 |
| | |||||
* | Document limitation of bare repository import | Michael Kozono | 2018-11-05 | 1 | -1/+46 |
| | |||||
* | Refactor the backup/restore docsdocs/refactor-backup | Achilleas Pipinellis | 2018-10-30 | 1 | -91/+224 |
| | | | | | | - Rearrange sections - Stress out the importance of storing config files - Add troubleshooting guide in case secrets is lost | ||||
* | Merge branch 'patch-29' into 'master' | Rémy Coutable | 2018-09-27 | 1 | -1/+2 |
|\ | | | | | | | | | Added `chown git` to the backup tar to prevent permission denied errors. See merge request gitlab-org/gitlab-ce!21724 | ||||
| * | Move chown *after* cp | Craig Fisher | 2018-09-27 | 1 | -1/+1 |
| | | |||||
| * | Added `chown git` to the backup tar to prevent permission denied errors. | Craig Fisher | 2018-09-13 | 1 | -1/+2 |
| | | |||||
* | | Enable write to auth_keys file during restore | Cindy Pallares | 2018-09-25 | 1 | -1/+1 |
|/ | | | | | | Fast lookup of authorized SSH keys in the database was ported to CE in v10.4. This change adds the option to enable the setting via the restore rake task and assumes yes if the force env variable is set. | ||||
* | Specify tar is required for backup and restore tasks | Balasankar "Balu" C | 2018-09-10 | 1 | -3/+13 |
| | |||||
* | Expanded upon directory exclusion for clarification | Michael Rochefort | 2018-08-29 | 1 | -1/+4 |
| | | | | | | | | | | | Sentence language seemed to contradict the section header, so it's been clarified to prevent any confusion. Also added information about how wikis are handled during a backup. Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6673. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Compress all PNG images under doc/ | Achilleas Pipinellis | 2018-08-27 | 1 | -0/+0 |
| | | | | | | | | | | The pngquant tool was used https://pngquant.org, and particularly, the following command: /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png Before: 47584K After : 34924K | ||||
* | Clean orphaned files in object storage | Jarka Kadlecová | 2018-08-07 | 1 | -1/+30 |
| | |||||
* | Add local project uploads cleanup task | Michael Kozono | 2018-07-31 | 1 | -0/+31 |
| | |||||
* | Resolve "Rename the `Master` role to `Maintainer`" Backend | Mark Chao | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'nicolas-brousse/gitlab-ce-update-digital-ocean-s3-docs' into ↵ | Marcia Ramos | 2018-07-02 | 1 | -0/+6 |
|\ | | | | | | | | | | | | | | | | | 'master' Update digital ocean s3 docs Closes #42510 See merge request gitlab-org/gitlab-ce!20198 | ||||
| * | Move DO spaces troubleshooting to DO spaces section | Achilleas Pipinellis | 2018-06-27 | 1 | -7/+6 |
| | | |||||
| * | Update DO Spaces documentation about GitLab backups | Nicolas Brousse | 2018-06-27 | 1 | -0/+7 |
| | | |||||
* | | Document that DIRECTORY environment variable in backups only applies to ↵ | Stan Hu | 2018-06-27 | 1 | -9/+10 |
|/ | | | | | | remote storage Closes #38949 | ||||
* | Rename Secret variables -> variables | Achilleas Pipinellis | 2018-06-06 | 1 | -2/+2 |
| | |||||
* | add info about the current format of the backup name and refresh examples of ↵ | Alexander Tanayno | 2018-05-24 | 1 | -6/+6 |
| | | | | commands | ||||
* | Add doc about backup-restore in docker and k8sdocker-backup-restore-doc | Balasankar "Balu" C | 2018-05-17 | 1 | -0/+35 |
| | |||||
* | Docs: fix duplicate titles | Marcia Ramos 🚫 (OOO - back on May 21) | 2018-05-09 | 2 | -2/+2 |
| | |||||
* | Suggest place for data-directories on mountpoints | Bob Van Landuyt | 2018-04-23 | 1 | -0/+7 |
| | | | | | Using a mountpoint as data directory causes issues when restoring, so we need to mention this in the documentation. | ||||
* | port the object storage to CE | Micaël Bergeron | 2018-03-01 | 1 | -0/+1 |
| | |||||
* | Merge branch ↵ | Achilleas Pipinellis | 2018-01-29 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | '42521-docs-update-usage-of-force-option-when-running-the-restore-raketask' into 'master' Resolve "Docs update usage of force option when running the restore raketask" Closes #42521 See merge request gitlab-org/gitlab-ce!16759 |