ecp_postgres_import_database
Replace an existing Postgres database's content by importing a full SQL dump. Irreversible operation; provide the complete SQL text to overwrite the database.
Instructions
Import a .sql dump into an existing Postgres database, overwriting its content. Irreversible - pass the full SQL as text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | ||
| db_name | Yes | ||
| sql_content | Yes |