gitlab-org--gitlab-foss/spec/tasks
Zeger-Jan van de Weg 89a407dc3b
Restore Object Pools when restoring an object pool
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-13 09:00:03 +01:00
..
cache/clear Update tests 2018-11-26 17:41:41 +08:00
gitlab Restore Object Pools when restoring an object pool 2018-12-13 09:00:03 +01:00
config_lint_spec.rb Enable the RSpec/HookArgument cop and auto-correct offenses 2017-08-10 19:29:42 -04:00
tokens_spec.rb Export assigned issues in iCalendar feed 2018-05-31 14:01:04 +00:00