Skip to content

Backup & remove redis dump on reset-data

Toon Claes requested to merge toon-fix-the-reset into main

What does this Merge Request do and why?

Redis was keeping persistent state between the old and the new situation. This caused the seeds to think some repositories existed already and what not.

This MR moves the old redis/dump.rdb away so it won't interfere with seeding clean data.

This MR has a few commits extracted from !2651 (closed).

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Merge request reports