where are issues stored? #5123

Closed
opened 2025-11-02 06:15:07 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @VantaxDev on GitHub (Mar 26, 2020).

  • Gitea version (or commit ref):
  • Git version:
  • Operating system:
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

After a sqlite corruption and an hand-made translation to .sql and back to .db I lost issues history

Where are my issues stored ? which tables ?

Which is the best way to manipulate the .sqlite file ?

Screenshots

Screenshot from 2020-03-26 10-24-57

thanks in advance

Originally created by @VantaxDev on GitHub (Mar 26, 2020). - Gitea version (or commit ref): - Git version: - Operating system: - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] MSSQL - [x] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [x] Not relevant - Log gist: ## Description After a sqlite corruption and an hand-made translation to .sql and back to .db I lost issues history Where are my issues stored ? which tables ? Which is the best way to manipulate the .sqlite file ? ## Screenshots ![Screenshot from 2020-03-26 10-24-57](https://user-images.githubusercontent.com/25178906/77631105-6c190c80-6f4c-11ea-8ff5-0a69e15f00c2.png) thanks in advance
GiteaMirror added the type/question label 2025-11-02 06:15:07 -06:00
Author
Owner

@lafriks commented on GitHub (Mar 26, 2020):

you can use sqlite cli tool. issues are stored in table issues

@lafriks commented on GitHub (Mar 26, 2020): you can use `sqlite` cli tool. issues are stored in table `issues`
Author
Owner

@lafriks commented on GitHub (Mar 26, 2020):

Please use our discourse forum for such questions

@lafriks commented on GitHub (Mar 26, 2020): Please use our discourse forum for such questions
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#5123