dump-to-postgresql¶
Help command
> csm-data store dump-to-postgresql --help
Usage: csm-data store dump-to-postgresql [OPTIONS]
csm_data.commands.store.dump_to_postgresql.description
╭─ OPTIONS ────────────────────────────────────────────────────────────────────╮
│ * --store-folder PATH csm_data.commands.store.dump_to_postgres… │
│ ENV: CSM_PARAMETERS_ABSOLUTE_PATH │
│ [required] │
│ --table-prefix PREFIX csm_data.commands.store.dump_to_postgres… │
│ * --postgres-host TEXT csm_data.commands.store.dump_to_postgres… │
│ ENV: POSTGRES_HOST_URI │
│ [required] │
│ --postgres-port INTEGER csm_data.commands.store.dump_to_postgres… │
│ ENV: POSTGRES_HOST_PORT │
│ * --postgres-db TEXT csm_data.commands.store.dump_to_postgres… │
│ ENV: POSTGRES_DB_NAME │
│ [required] │
│ * --postgres-schema TEXT csm_data.commands.store.dump_to_postgres… │
│ ENV: POSTGRES_DB_SCHEMA │
│ [required] │
│ * --postgres-user TEXT csm_data.commands.store.dump_to_postgres… │
│ ENV: POSTGRES_USER_NAME │
│ [required] │
│ * --postgres-password TEXT csm_data.commands.store.dump_to_postgres… │
│ ENV: POSTGRES_USER_PASSWORD │
│ [required] │
│ --replace/--append csm_data.commands.store.dump_to_postgres… │
│ DEFAULT: replace │
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────╯