Closed
Description
- Gitea version: 1.13-rc2
- Git version: 2.26.2
- Operating system: ubuntu 20.04 (Gitea via docker)
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Log gist:
Description
When dumping a backup of a gitea docker install via
docker exec -u git gitea bash -c 'gitea dump -w /tmp -c /data/gitea/conf/app.ini -f /data/gitea/conf/backup_gitea_$(date +\%d-\%m-\%Y).zip'
the output file that gets created fills up the whole disk space within ~10 seconds.
However, when executing the commands from above in parts, the backups is created just fine and finishes in < 1 sec:
docker exec -it gitea bash
su - git
gitea dump -w /tmp -c /data/gitea/conf/app.ini -f /data/gitea/conf/backup_gitea_assets_$(date +\%d-\%m-\%Y).zip
I also tried this on 1.14.0+dev-233-g0615b668d
.
docker version
Client: Docker Engine - Community
Version: 19.03.13
API version: 1.40
Go version: go1.13.15
Git commit: 4484c46d9d
Built: Wed Sep 16 17:02:52 2020
OS/Arch: linux/amd64
Experimental: false