FreshRSS/FreshRSS

Export to SQLite from Web UI

Aberta

#8.183 aberto em 2 de nov. de 2025

 (0 comentário) (0 reação) (0 responsável)PHP (1.171 forks)batch import
Good first issue 1️⃣help wanted

Métricas do repositório

Stars
 (15.022 estrelas)
Métricas de merge de PR
 (Mesclagem média 11d 12h) (36 fundiu PRs em 30d)

Description

It would be very nice to also be able to trigger back-ups from the Web UI. The challenge is to account for servers with limited resources and potentially many users. Help welcome:

  • PR 1 (would be enough to have the settings in config.php for now and without UI):
    • Setting to allow running automatic export to SQLite #8819
    • Setting to limit the number of kept past SQLite exports #8819
    • Setting to chose the max DB size to allow SQLite export from Web UI
  • Later PR
    • Mechanism to import an SQLite backup from Web UI (would first require some discussions)
  • Later PR
    • Mechanism to ask for an SQLite export, which will be done at the next cron run, useful for larger DBs for which the Web UI could be problematic

Originally posted by @Alkarex in https://github.com/FreshRSS/FreshRSS/issues/8169#issuecomment-3476079108

Guia do colaborador