- 10.05.2022 1 коммит
-
-
Keelan Lang создал
-
- 09.05.2022 3 коммита
-
-
James Fargher создал
PREVIOUS_BACKUP allows choosing a backup to unpack separately from BACKUP which chooses which backup to create. This means you can create an incremental backup based off of a previous backup without also overwriting it. Changelog: added
-
Alexander Strachan создал
-
James Fargher создал
-
- 13.04.2022 1 коммит
-
-
kakakikikeke создал
Even if you have set backup_upload_connection, you can skip the process of uploading the backup file to the cloud storage by giving the SKIP=remote option. Changelog: added
-
- 08.04.2022 3 коммита
-
-
-
Alexander Strachan создал
-
James Fargher создал
Enabling this feature flag changes the layout of repository backups from legacy layout to pointer layout. https://gitlab.com/gitlab-org/gitaly/-/blob/master/doc/gitaly-backup.md#layouts Changelog: added
-
- 28.03.2022 1 коммит
-
-
James Fargher создал
-
- 23.03.2022 1 коммит
-
-
James Fargher создал
There have not been any new issues with gitaly-backup for some time now. So lets get rid of the legacy code. Changelog: removed
-
- 16.03.2022 1 коммит
-
-
James Fargher создал
Introducing incremental backups is risky and so will need some development time to stabilise.
-
- 24.02.2022 2 коммита
-
-
Ayush Shrivastava создал
-
ngaskill создал
-
- 11.02.2022 1 коммит
-
-
Ben Bodenmiller создал
-
- 08.02.2022 1 коммит
-
-
Ben Bodenmiller создал
-
- 04.02.2022 1 коммит
-
-
Michael Kebe создал
-
- 26.01.2022 1 коммит
-
-
Katrin Leinweber создал
-
- 18.01.2022 1 коммит
-
-
Evan Read создал
-
- 17.01.2022 1 коммит
-
-
- 13.01.2022 1 коммит
-
-
Alexander Tanayno создал
-
- 11.01.2022 1 коммит
-
-
- 10.01.2022 1 коммит
-
-
Justin Farmiloe создал
-
- 05.01.2022 1 коммит
-
-
Ben Bodenmiller создал
-
- 29.12.2021 1 коммит
-
- 28.12.2021 1 коммит
-
-
Ben Bodenmiller создал
-
- 22.12.2021 1 коммит
-
-
Harsh Chouraria создал
Reuses standard file upload storage to cover Terraform states backup Adds a seed for generating terraform state files under each project Manual testing (in local GDK env): - Verfied seed addition via `bin/rake db:seed_fu FILTER=terraform` - Verified seed addition is repeatable, with no-ops if versions pre-exist - Created backup: `bin/rake gitlab:backup:create` - Verified output shows up: ``` 2021-06-05 23:48:54 +0530 -- Dumping terraform states ... 2021-06-05 23:48:54 +0530 -- done ``` - Verified tar contains terraform_state.tar.gz - Verified terraform_state.tar.gz carries content - Destroyed all records: `Terraform::State.destroy_all` - Deleted all files: `rm -rf shared/terraform_state/*` - Performed restore: `bin/rake gitlab:backup:restore` - Verified `Terraform::State.all` shows back older records - Verified association of builds to some of these records - Verified `shared/terraform_state/` is repopulated - Verified `Terraform::StateVersion.each do |sv| pp sv.file.read end` works and shows the seed-added data - Verified skipping of `terraform_state` keyword works: ``` 2021-06-06 00:11:33 +0530 -- Dumping terraform states ... 2021-06-06 00:11:33 +0530 -- [SKIPPED] ``` Verified with same workflow as above (backup, destroy, delete, then restore) that skipped backup variant does not contain `terraform_state.tar.gz` and does not show up those files after restore Miscellany: - Adds a missing test for LFS backups - Adds File operation fixes to neighboring tests so when they fail RSpec is able to show diffs - Modified test validates unknown SKIP values not breaking backups - This is useful to catch any regressions during upgrades where pre-installs scripts may refer to a new SKIP value that isn't recognized by the old version Changelog: added
-
- 17.12.2021 1 коммит
-
-
Caleb Cooper создал
-
- 05.12.2021 1 коммит
-
-
Ben Bodenmiller создал
-
- 08.11.2021 1 коммит
-
-
Alvin Gounder создал
-
- 28.10.2021 1 коммит
-
-
Amy Qualls создал
-
- 23.10.2021 1 коммит
-
-
Ben Bodenmiller создал
-
- 21.10.2021 1 коммит
-
-
Ben Prescott @bprescott_↙ ☺ создал
-
- 19.10.2021 1 коммит
-
-
Brad Sevy создал
-
- 09.10.2021 1 коммит
-
-
Marcia Ramos создал
-
- 05.10.2021 1 коммит
-
-
Niklas создал
-
- 22.09.2021 3 коммита
-
-
Amy Qualls создал
Correct the links that pointed to the old page. A good percentage can now be aimed at the correct page - pull.md or push.md.
-
Amy Qualls создал
Correct the links that pointed to the old page. A good percentage can now be aimed at the correct page - pull.md or push.md.
-
Siddharth Asthana создал
-
- 16.09.2021 1 коммит
-
-
Stan Hu создал
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/64765 added support for backing up via AWS SSE-KMS. This commit documents how to configure Omnibus to use all server side encryption modes. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/338764 Changelog: added
-
- 15.09.2021 1 коммит
-
-