FreshRSS/FreshRSS

Export to SQLite from Web UI

Offen

#8.183 geöffnet am 02.11.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)PHP (1.171 Forks)batch import
Good first issue 1️⃣help wanted

Repository-Metriken

Stars
 (15.022 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 11T 12h) (36 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide