1.6 KiB
First public guest preview
Published the verified Werkator artifact from commit aec192f142c5ad5f96959bf1241b85356c3248d4 to https://werkjournal.javagil.de/ on 2026-09-08. The CI build passed in 123 seconds with 33 JVM tests and the production smoke. Three additional deployment tests cover successful publication, rollback after failed Flow initialization and refusal of existing user data; they are included in subsequent CI runs.
The server inspection proved that only the known stateless prototype was active, with no H2 database or environment override. The one-time remote command validates both artifact hashes, activates the existing HTTP 503 maintenance page, stops the service, switches the release and starts the guest application. It verifies local readiness, Flow initialization and persistent database creation before reopening access. Failures before publication restore the old application and preserve candidate data for inspection.
The previous stateless release remains linked as ~/opt/werkjournal/previous. The new database lives at ~/opt/werkjournal/data/werkjournal.mv.db. All public visitors share the guest account. No test customers or projects were inserted on the public server.
Public browser verification rendered the actual catalog route through HTTPS, including guest navigation, dependent comboboxes and maintenance controls, with no browser errors. The visible scope is Today, settings, and customer/project maintenance; work entry and drink recording remain pending. This deployment does not claim completion of the general database-aware upgrade/backup/rollback node. The one-time command refuses subsequent data-bearing deployments.