FreshRSS/FreshRSS

Export to SQLite from Web UI

Ouverte

#8 183 ouverte le 2 nov. 2025

 (0 commentaire) (0 réaction) (0 personne assignée)PHP (1 171 forks)batch import
Good first issue 1️⃣help wanted

Métriques du dépôt

Stars
 (15 022 étoiles)
Métriques de merge PR
 (Merge moyen 11j 12h) (36 PRs mergées en 30 j)

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

Guide contributeur