Closed
Description
- Gitea version (or commit ref): 1.0.0+129-g6dd096b7
- Git version: n.a.
- Operating system: Official Docker image
- Database:
- PostgreSQL
- MySQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Runninggitea dump -d postgres
yields:
https://gist.github.com/mjwwit/bbc97d024a12a286f27cd75b11ac5376
Description
Trying to dump Gitea data using gitea dump
on a gitea setup using sqlite3 causes the SIGSEGV
error in the gist linked above. The output database format does not matter, the same error seems to happen regardless of the -d
flag value (it even happens when the flag is absent).