Closed
Description
- Gitea version (or commit ref): 1.13.1
- Git version: docker gitea/gitea:1
- Operating system: docker gitea/gitea:1
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- N/A
- Log gist:
Description
The contents of the zipfile created by gitea dump
changed with the upgrade to 1.13.
before:
# ls /tmp/gitea-dump-1606953661.zip
app.ini custom data gitea-db.sql gitea-repo.zip log
after:
# ls /tmp/gitea-dump-1610949662.zip
app.ini data gitea-db.sql log repos
gitea-repo.zip
is now a directory named repos
, the custom
folder is now gone.
The instructions on https://docs.gitea.io/en-us/backup-and-restore/ did not get modified when these changes went live.
Screenshots
Metadata
Metadata
Assignees
Labels
No labels