Duplicate Ploi database
ploi_duplicate_databaseClone an existing database to a new database on the same server, specifying the new database name and optional credentials.
Instructions
Clone an existing database to a new database on the same server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new database. | |
| user | No | Optional username for the new database user. | |
| password | No | Optional password for the new database user. | |
| server_id | Yes | Ploi server ID. | |
| database_id | Yes | Ploi database ID. |