docs(#771): bind tier importer to verified target
This commit is contained in:
@@ -522,8 +522,13 @@ mosaic storage export --bucket agent-artifacts --output ./artifacts.tar.gz
|
||||
# Import data into storage
|
||||
mosaic storage import --bucket agent-artifacts --input ./artifacts.tar.gz
|
||||
|
||||
# Migrate data between tiers
|
||||
mosaic storage migrate --from hot --to cold --older-than 30d
|
||||
# Schema migration (compatibility wrapper only; not a tier data copy)
|
||||
mosaic storage migrate --run # delegates only to mosaic-db-migrator
|
||||
|
||||
# Tier data copy is unavailable until KBN-101 activation. Its only produced interface is:
|
||||
# mosaic storage migrate-tier --target-url-file /run/secrets/mosaic_migrate_target_url \
|
||||
# --target-attestation-file /run/mosaic-attestations/migrate-target.v1.json
|
||||
# Never use a legacy --from/--to storage-migrate command or pass a credential on argv.
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user