You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a backup the disk is continuously written to until I stop it or it takes up the entire disk. The first time it wrote over 400GB of data for a new instance with one user and one 47 KiB repo.
I've tried a few different backup commands including:
Description
When creating a backup the disk is continuously written to until I stop it or it takes up the entire disk. The first time it wrote over 400GB of data for a new instance with one user and one 47 KiB repo.
I've tried a few different backup commands including:
Run on the server:
./gitea dump -c /data/gitea/conf/app.ini
Run from WSL2:
docker exec -u git -it -w /tmp $(docker ps -qf "name=gitea-gitea-1") bash -c '/app/gitea/gitea dump -c /data/gitea/conf/app.ini --file /tmp/gitea-dump.zip'
docker exec -u git -it -w /data/gitea/backups $(docker ps -qf name="gitea-gitea-1") bash -c '/app/gitea/gitea dump -c /data/gitea/conf/app.ini'
Gitea Version
1.21.3 built with GNU Make 4.4.1, go1.21.5 : bindata, timetzdata, sqlite, sqlite_unlock_notify
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
Windows via Docker
How are you running Gitea?
Docker image: gitea/gitea:latest
Database
SQLite
The text was updated successfully, but these errors were encountered: