ncloud_export_postgresql_backup
Export PostgreSQL backup files to Object Storage using backup file names from ncloud_list_postgresql_backup_details. Provide instance, file name, and bucket.
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 |