Store timstamps in SiteConfiguration on install/upgrade.
Review Request #14537 — Created July 30, 2025 and submitted
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 |
---|---|
597d51b272aa6c066b7d5d0e2d2379180bd21367 |
Description | From | Last Updated |
---|---|---|
Typo: SiteConfiguratino |
|
- Change Summary:
-
Changed docs from the much cooler name "SiteConfiguratino" to the far-less-cool "SiteConfiguration".
- Commits:
-
Summary ID b78a37446f523a8457ca92cf3cc073db740a6724 597d51b272aa6c066b7d5d0e2d2379180bd21367 - Diff:
-
Revision 2 (+20 -4)
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.