Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [docs] Info rescheduling background migrationsbvl-fix-concurrent-fork-network-migrations | Bob Van Landuyt | 2018-02-08 | 1 | -0/+12 |
| | |||||
* | doc: Spelling fixes | Ville Skyttä | 2018-01-19 | 1 | -1/+1 |
| | |||||
* | Consistently schedule Sidekiq jobsdm-application-worker | Douwe Maan | 2017-12-05 | 1 | -5/+5 |
| | |||||
* | Document manual cleanup after background migration stealingdocument-background-migration-stealing | Sean McGivern | 2017-09-25 | 1 | -1/+28 |
| | |||||
* | Update the update guides for background migrations | Yorick Peterse | 2017-08-04 | 1 | -0/+9 |
| | | | | | | | | The introduction of background migrations means some of our requirements for online upgrades have to be adjusted / clarified. See https://gitlab.com/gitlab-org/gitlab-ce/issues/35939 for more information. | ||||
* | Copy-edit background migrations guidelines | Grzegorz Bizon | 2017-07-21 | 1 | -7/+13 |
| | |||||
* | Extend background migration development guidelines | Grzegorz Bizon | 2017-07-20 | 1 | -0/+30 |
| | |||||
* | Improve code examples in background migrations docs | Grzegorz Bizon | 2017-07-07 | 1 | -4/+2 |
| | |||||
* | Make it possible to schedule bg migrations in bulk | Grzegorz Bizon | 2017-07-07 | 1 | -4/+15 |
| | |||||
* | Add the ability to perform background migrations | Yorick Peterse | 2017-06-12 | 1 | -0/+205 |
Background migrations can be used to perform long running data migrations without these blocking a deployment procedure. See MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11854 for more information. |