-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'pitr' into 'master'
Implementation of PITR recovery before promotion Closes gitlab#225173 See merge request gitlab-org/omnibus-gitlab!4636 (cherry picked from commit 9ae9fcf7) 691a1fa5 Geo: Implement PITR recovery before promotion of secondary node 1171279d Apply 1 suggestion(s) to 1 file(s) 402e18c6 Apply suggestion. Better lsn file check fe0c04a3 Merge branch 'master' of gitlab.com:gitlab-org/omnibus-gitlab into pitr e3f99908 Apply 1 suggestion(s) to 1 file(s) 1d5781dc Merge branch 'pitr' of gitlab.com:gitlab-org/omnibus-gitlab into pitr 7a34d0da Apply 1 suggestion(s) to 1 file(s) 3e9c8592 Apply suggestions dbbccdee Merge branch 'pitr' of gitlab.com:gitlab-org/omnibus-gitlab into pitr 2ff5b783 Apply suggestions 8b9163ac Add suggestions 565f96c6 Apply suggestions 39b2465d Apply suggestions c8f5d0ab Merge remote-tracking branch 'origin/master' into pitr 0ba306f4 Fix part of Geo::PromoteToPrimaryNode specs 90c50385 Make recovery_to_point_in_time tio return true 8dd17632 Merge remote-tracking branch 'origin/master' into pitr 1af3bf5a Separate Promote DB task 8a521139 Update specs for the command split f068dfc3 Merge remote-tracking branch 'origin/master' into pitr 175a4efd Apply 1 suggestion(s) to 1 file(s) b1af4039 Remove io/console
Showing
- changelogs/unreleased/pitr.yml 5 additions, 0 deletionschangelogs/unreleased/pitr.yml
- files/gitlab-ctl-commands-ee/lib/geo/promote_db.rb 108 additions, 0 deletionsfiles/gitlab-ctl-commands-ee/lib/geo/promote_db.rb
- files/gitlab-ctl-commands-ee/lib/geo/promote_to_primary_node.rb 6 additions, 7 deletions...gitlab-ctl-commands-ee/lib/geo/promote_to_primary_node.rb
- files/gitlab-ctl-commands-ee/lib/geo/replication_toggle_command.rb 27 additions, 0 deletions...lab-ctl-commands-ee/lib/geo/replication_toggle_command.rb
- files/gitlab-ctl-commands-ee/promote_db.rb 22 additions, 0 deletionsfiles/gitlab-ctl-commands-ee/promote_db.rb
- files/gitlab-ctl-commands-ee/promote_to_primary_node.rb 17 additions, 17 deletionsfiles/gitlab-ctl-commands-ee/promote_to_primary_node.rb
- spec/gitlab-ctl-commands-ee/lib/geo/promote_db_spec.rb 61 additions, 0 deletionsspec/gitlab-ctl-commands-ee/lib/geo/promote_db_spec.rb
- spec/gitlab-ctl-commands-ee/lib/geo/promote_to_primary_node_spec.rb 22 additions, 2 deletions...b-ctl-commands-ee/lib/geo/promote_to_primary_node_spec.rb
- spec/gitlab-ctl-commands-ee/lib/geo/replication_toggle_command_spec.rb 13 additions, 5 deletions...tl-commands-ee/lib/geo/replication_toggle_command_spec.rb
- spec/gitlab-ctl-commands-ee/promote_db_spec.rb 14 additions, 0 deletionsspec/gitlab-ctl-commands-ee/promote_db_spec.rb
changelogs/unreleased/pitr.yml
0 → 100644
files/gitlab-ctl-commands-ee/promote_db.rb
0 → 100644
Please register or sign in to comment