Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-22Linked no EFS article to backup sectionSara Ahbabou
2019-02-18Remove consecutive blank lines from markdown filesEvan Read
For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
2019-02-15Document what features are broken when db_key_base is lostNick Thomas
2019-01-24Fix most instances of bare URLs in markdownEvan Read
2019-01-09Add SSE-C key configuration option for Amazon S3 remote backupsPepijn Van Eeckhoudt
2018-12-13Restore Object Pools when restoring an object poolZeger-Jan van de Weg
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
2018-12-06Fix gitlab:web_hook tasksNick Thomas
2018-11-29Add clarification on Host KeysDavin Walker
2018-11-23add a note about omnibus chart and info how to backup with gitlab chartAlexander Tanayno
2018-11-08Improve wording and consistencyMichael Kozono
2018-11-07Add an example of the stored project pathMichael Kozono
2018-11-07Add steps to manually migrate projectsMichael Kozono
2018-11-06Document limitation of bare repository importMichael Kozono
2018-10-30Refactor the backup/restore docsAchilleas Pipinellis
- Rearrange sections - Stress out the importance of storing config files - Add troubleshooting guide in case secrets is lost
2018-09-27Merge branch 'patch-29' into 'master'Rémy Coutable
Added `chown git` to the backup tar to prevent permission denied errors. See merge request gitlab-org/gitlab-ce!21724
2018-09-27Move chown *after* cpCraig Fisher
2018-09-25Enable write to auth_keys file during restoreCindy Pallares
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.
2018-09-13Added `chown git` to the backup tar to prevent permission denied errors.Craig Fisher
2018-09-10Specify tar is required for backup and restore tasksBalasankar "Balu" C
2018-08-29Expanded upon directory exclusion for clarificationMichael Rochefort
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>
2018-08-27Compress all PNG images under doc/Achilleas Pipinellis
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
2018-08-07Clean orphaned files in object storageJarka Kadlecová
2018-07-31Add local project uploads cleanup taskMichael Kozono
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-02Merge branch 'nicolas-brousse/gitlab-ce-update-digital-ocean-s3-docs' into ↵Marcia Ramos
'master' Update digital ocean s3 docs Closes #42510 See merge request gitlab-org/gitlab-ce!20198
2018-06-28Document that DIRECTORY environment variable in backups only applies to ↵Stan Hu
remote storage Closes #38949
2018-06-27Move DO spaces troubleshooting to DO spaces sectionAchilleas Pipinellis
2018-06-27Update DO Spaces documentation about GitLab backupsNicolas Brousse
2018-06-06Rename Secret variables -> variablesAchilleas Pipinellis
2018-05-24add info about the current format of the backup name and refresh examples of ↵Alexander Tanayno
commands
2018-05-17Add doc about backup-restore in docker and k8sBalasankar "Balu" C
2018-05-09Docs: fix duplicate titlesMarcia Ramos 🚫 (OOO - back on May 21)
2018-04-23Suggest place for data-directories on mountpointsBob Van Landuyt
Using a mountpoint as data directory causes issues when restoring, so we need to mention this in the documentation.
2018-03-01port the object storage to CEMicaël Bergeron
2018-01-29Merge branch ↵Achilleas Pipinellis
'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
2018-01-29Digital Ocean Spaces now supports AWS v4 streaming APIStan Hu
See https://github.com/fog/fog-aws/issues/428#issuecomment-360869183
2018-01-29Updating docs for usage of force=yes when performing a restore.astrachan
2018-01-20Document how to configure Fog with Digital Ocean SpacesStan Hu
Closes gitlab-org/gitlab-ee#4419
2018-01-11Document that we need rsync for backing upLin Jen-Shin
2017-11-07Improve GitLab Import rake task to work with Hashed Storage and SubgroupsJames Lopez
2017-11-02Remove gitlab:users:clear_all_authentication_tokens rake taskDouwe Maan
2017-11-01Exclude comments from specific docsAchilleas Pipinellis
2017-10-30Split S3 and Google Cloud Storage sections in backup docAchilleas Pipinellis
2017-10-30Add docs for backing up to Google Cloud StorageLin Jen-Shin
2017-10-09Resolve "Simple documentation update - backup to restore in restore section"Alexander
2017-08-28Update backup_restore.md documentation regarding S3 and IAM profiles.Kai Kontio
https://gitlab.com/gitlab-org/gitlab-ce/commit/7f8ef19c411eceec207fef5d8459fbeaa40bf464 most likely broke the old configuration format where empty string aws_access_key_id & aws_secret_access_key were still OK. From 9.5 onwards moving backups to S3 using IAM profiles will fail if they are configured.
2017-07-27Merge branch 'harish-update-backup-restore-docs' into 'master'Achilleas Pipinellis
Document that instance types must match when restoring a backup See merge request !12639
2017-07-27Support custom directory in gitlab:backup:create taskMarkus Koller
2017-07-05Docs: Specify that backup restoration must be of the same typeHarish Ramachandran
2017-06-06Add a Rake task to aid in rotating otp_key_baseNick Thomas