Store timstamps in SiteConfiguration on install/upgrade.

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

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.

Commits

Files