Gitea dump not working #242

Closed
opened 2025-11-02 03:15:15 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @mjwwit on GitHub (Jan 17, 2017).

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).

Originally created by @mjwwit on GitHub (Jan 17, 2017). - Gitea version (or commit ref): 1.0.0+129-g6dd096b7 - Git version: n.a. - Operating system: Official Docker image - Database: - [ ] PostgreSQL - [ ] MySQL - [x] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [x] No - [ ] Not relevant - Log gist: Running `gitea 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).
GiteaMirror added the type/bug label 2025-11-02 03:15:15 -06:00
Author
Owner

@lunny commented on GitHub (Jan 17, 2017):

Cannot reproduce it. How do you install Gitea?

@lunny commented on GitHub (Jan 17, 2017): Cannot reproduce it. How do you install Gitea?
Author
Owner

@mjwwit commented on GitHub (Jan 17, 2017):

I used the latest docker image yesterday.

@mjwwit commented on GitHub (Jan 17, 2017): I used the `latest` docker image yesterday.
Author
Owner

@mjwwit commented on GitHub (Jan 18, 2017):

I just tried to reproduce the issue by creating a clean Gogs setup, adding some testing data, upgrading it to Gitea, and then using gitea dump. This, however, seems to work just fine...

Can you guys think of a way I can debug what's going on?

@mjwwit commented on GitHub (Jan 18, 2017): I just tried to reproduce the issue by creating a clean Gogs setup, adding some testing data, upgrading it to Gitea, and then using `gitea dump`. This, however, seems to work just fine... Can you guys think of a way I can debug what's going on?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#242