ncloud_export_postgresql_backup
Export a Cloud DB for PostgreSQL backup file to Object Storage. Specify instance, backup file name, and target bucket to transfer the backup for archival or recovery.
Instructions
Export a Cloud DB for PostgreSQL backup file to Object Storage. Use ncloud_list_postgresql_backup_details to get available file names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileName | Yes | Backup file name to export (from ncloud_list_postgresql_backup_details) | |
| bucketName | Yes | Object Storage bucket name to export to | |
| folderPath | No | Folder path within the bucket (e.g. 'postgresql-backups/daily'). If omitted, exports to bucket root. | |
| regionCode | No | Region code (default: current region) | |
| cloudPostgresqlInstanceNo | Yes | Cloud PostgreSQL instance number |