• James Fargher's avatar
    Update the database when moving repos between identical storages · 2a04eff3
    James Fargher authored
    When any two storages are configured identically it was previously
    impossible to move projects from one to the other. This is because
    before trying to move the repository we check if the storages are
    identical to prevent dataloss. Instead of bailing out with an exception,
    now we simply update the database. This allows admins to update all
    projects before fixing the configuration error.
    2a04eff3
update_db_on_move_when_identical.yml 117 Bytes