This article explains why and how to copy (duplicate) a database in the Plesk control panel.
Copying a database is useful when you want to:
- Create a backup before making changes
- Clone a website or application
- Test updates without affecting the live database
- Migrate or duplicate data safely
Steps to Copy a Database in Plesk:
- Log in to your Plesk.
- Select the Databases option.

- Select the Database to copy.

- Click Copy Database.

- A form-type page will appear. Configure the following fields:
- Destination database server:
Select the database server where the copied database will be created (for example, localhost:3306, default for MariaDB/MySQL). - Destination webspace:
Choose the domain or subscription where the new database should belong. - Destination database:
Select Create database with name to create a new database, or choose Copy to existing database if you want to merge tables into an existing database. - New database name:
Enter a unique name for the new database. - Create a full copy:
Keep this option enabled to copy both the database structure and data. If disabled, only the table structure will be copied.
Warning: If you copy data into an existing database and table names match, the destination tables will be overwritten.
- Destination database server:
- Click OK to begin copying the database.

In this way, you can copy a database in Plesk. For more information on Plesk, visit our knowledge base section.