adj import
Run source→golden imports (admin)
Run and inspect source→golden snapshot imports (admin flow).
An import spins up an ephemeral Postgres in the data-plane cluster, streams a dump from the RDS source into it, snapshots the volume, and registers the result as the next immutable golden version. Source credentials live in a Secret in the data-plane cluster (see 'adj import secret-template') and never transit the control plane.
Usage
adj import
Global flags
| Flag | Shorthand | Default | Description |
|---|---|---|---|
--context |
— |
config context to use (overrides current-context) | |
--output |
-o | table |
output format: table|json|yaml |
--server |
— |
server base URL (overrides the active context) | |
--token |
— |
access token (overrides the active context) | |
--verbose |
-v | false |
log requests to stderr |
Subcommands
- adj import get — Show a single import job
- adj import ls — List import jobs
- adj import run — Start an import (reserves the next golden version)
- adj import secret-template — Emit the source-credentials Secret manifest for kubectl apply