You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the server does not offer a straightforward way to unregister sites. Once a site is registered, it remains in the database indefinitely. This can lead to the accumulation of orphaned site IDs, especially when sites are created and later abandoned. These unused sites often don’t utilize settings overrides or custom roots, resulting in unnecessary database clutter.
Proposal
Automated clean-up
Add a last_active field to each site record to track when it was last used. For older sites, the default value can be set to the time the server was updated to the version that first supports this feature (as proposed in #405 )
After a designated grace period (e.g., one month), any sites that have been inactive and do not have settings overrides or custom roots will be deleted automatically.
Manual clean-up
Dedicated page in the web interface with sites overview (connected users, last active, has settings overrides, has roots....) where administrators could delete sites manually
The text was updated successfully, but these errors were encountered:
Currently, the server does not offer a straightforward way to unregister sites. Once a site is registered, it remains in the database indefinitely. This can lead to the accumulation of orphaned site IDs, especially when sites are created and later abandoned. These unused sites often don’t utilize settings overrides or custom roots, resulting in unnecessary database clutter.
Proposal
Automated clean-up
Add a last_active field to each site record to track when it was last used. For older sites, the default value can be set to the time the server was updated to the version that first supports this feature (as proposed in #405 )
After a designated grace period (e.g., one month), any sites that have been inactive and do not have settings overrides or custom roots will be deleted automatically.
Manual clean-up
Dedicated page in the web interface with sites overview (connected users, last active, has settings overrides, has roots....) where administrators could delete sites manually
The text was updated successfully, but these errors were encountered: