feat: add migration export and write fencing
This commit is contained in:
parent
9285a880be
commit
f6758b91ce
10 changed files with 317 additions and 25 deletions
11
README.md
11
README.md
|
|
@ -47,3 +47,14 @@ retirement, and relocation from CoulombCore to railiance01 are complete.
|
|||
and eventual archive (`CORE-WP-0010`). Its dual-run design is recorded and S0
|
||||
is active against published hub-core revision `7e1ec03`, building the durable
|
||||
backend and internal candidate before any public traffic changes.
|
||||
|
||||
Operational migration bundles are emitted without raw key material:
|
||||
|
||||
```bash
|
||||
core-hub-ops migration export --source-revision "$(git rev-parse HEAD)" \
|
||||
--output core-hub-export.json
|
||||
```
|
||||
|
||||
`CORE_HUB_V2_WRITE_GROUPS` controls legacy write authority for `registry`,
|
||||
`credentials`, `interaction`, and `deferred`. The deployment package must
|
||||
remove a group here before enabling the matching hub-core writer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue