I attempted to rename my private repository https://codeberg.org/skeptiker/keel to https://codeberg.org/skeptiker/dusk. The operation returned a gateway timeout (504). After the timeout:
- The original repository skeptiker/keel now shows: "The Git data underlying this repository cannot be read. Contact the administrator of this instance or delete this
repository."
- Attempting to delete skeptiker/keel also fails.
- Creating a new repository named dusk fails with "name already used" — but no repository named dusk is visible in my account.
- Prior to the rename attempt, I had also tried creating a new private repo named dusk, which also returned a gateway timeout.
It appears the rename partially committed — the name dusk is reserved in the database, but the underlying git data was not moved. Both the old and new names are now unusable.
What I need
- Remove the orphaned dusk repo record so the name is available again
- Either restore keel to a readable state or fully delete it so I can push fresh
No data loss concern — I have the full repository locally.
### Comment
I attempted to rename my private repository https://codeberg.org/skeptiker/keel to https://codeberg.org/skeptiker/dusk. The operation returned a gateway timeout (504). After the timeout:
1. The original repository skeptiker/keel now shows: "The Git data underlying this repository cannot be read. Contact the administrator of this instance or delete this
repository."
2. Attempting to delete skeptiker/keel also fails.
3. Creating a new repository named dusk fails with "name already used" — but no repository named dusk is visible in my account.
4. Prior to the rename attempt, I had also tried creating a new private repo named dusk, which also returned a gateway timeout.
It appears the rename partially committed — the name dusk is reserved in the database, but the underlying git data was not moved. Both the old and new names are now unusable.
What I need
- Remove the orphaned dusk repo record so the name is available again
- Either restore keel to a readable state or fully delete it so I can push fresh
No data loss concern — I have the full repository locally.