Finish AUDIT-WP-0005: walk restore and close T06
Logical dump of live audit_core restored locally in 4.1s; counts and sample triples match the rapp-postgres drill. Retention is platform backup, not an audit-core deletion window. Workplan finished.
This commit is contained in:
parent
f30faec660
commit
c4dbb92a8a
4 changed files with 85 additions and 48 deletions
|
|
@ -46,11 +46,11 @@ metadata:
|
|||
# Rollback position. Update both together; `kubectl rollout undo` returns to
|
||||
# the previous digest, and the schema note records whether that is safe.
|
||||
audit-core.railiance.io/rollback-note: >-
|
||||
Migrations 0001-0004 are additive (CREATE TABLE/INDEX/TRIGGER IF NOT
|
||||
EXISTS) and are not reversed by a rollback. An older image runs against
|
||||
the newer schema without harm. A future migration that drops or narrows a
|
||||
column breaks that property and must state its own rollback position
|
||||
before it is released.
|
||||
Migrations 0001-0005 are additive (CREATE TABLE/INDEX/TRIGGER IF NOT
|
||||
EXISTS, plus GRANTs) and are not reversed by a rollback. An older image
|
||||
runs against the newer schema without harm. A future migration that drops
|
||||
or narrows a column breaks that property and must state its own rollback
|
||||
position before it is released.
|
||||
spec:
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue