Store timstamps in SiteConfiguration on install/upgrade.

Review Request #14537 — Created July 30, 2025 and submitted

Information

Review Board
release-7.1.x

Reviewers

When setting up a brand-new server, a first_install_timestamp is now
recorded in settings, which can help with determining how long ago the
server was first installed.

On upgrade, a last_upgrade_timestamp is stored, showing when that
upgrade occurred.

These can be used to help determine the age of an install during
support diagnostic work.

Tested both installing and upgrading a database. Saw the
first_install_timestamp only for the new install, and the
last_upgrade_timestamp only when performing an actual upgrade.

Summary ID
Store timstamps in SiteConfiguration on install/upgrade.
When setting up a brand-new server, a `first_install_timestamp` is now recorded in settings, which can help with determining how long ago the server was first installed. On upgrade, a `last_upgrade_timestamp` is stored, showing when that upgrade occurred. These can be used to help determine the age of an install during support diagnostic work.
597d51b272aa6c066b7d5d0e2d2379180bd21367
Description From Last Updated

Typo: SiteConfiguratino

daviddavid
david
  1. 
      
  2. reviewboard/admin/management/sites.py (Diff revision 1)
     
     
    Show all issues

    Typo: SiteConfiguratino

  3. 
      
chipx86
chipx86
Review request changed
Status:
Completed
Change Summary:
Pushed to release-7.1.x (4fd283d)