Closed
Description
- Gitea version (or commit ref): 1.0.1
- Git version: 1.9.1
- Operating system: Ubuntu
- Database (use
[x]
):- PostgreSQL
- MySQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
Description
I want to dump my Gitea instance using
./gitea dump
Unfortunately my primary partition is nearly full so the dump fails and I need to change the tmp directory that Gitea will use. In order to do so, I issue a :
./gitea dump -t ./tmp
The dump works better until I get :
Fail to save gitea-dump-1488467761.zip: write /tmp/cae/gitea-dump-1488467761.zip/gitea-repo.zip: no space left on device
This means Gitea keeps using the /tmp directory instead of the ./tmp I have created on another partition.
Thanks