• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue Cannot import Export Database in plesk windows

skrdknd

New Pleskian
Server operating system version
Windows server 2019
Plesk version and microupdate number
18.0.56
What is this issue ? Anyone know how to fix this ?
BackupDiskFile::CreateMedia: Backup device 'C:\Program Files (x86)\Plesk\PrivateTemp\ddla7016ad5.tmp' failed to create. Operating system error 5(Access is denied.).
 
The cause can be a permissions issue on the folder 'C:\Program Files (x86)\Plesk\PrivateTemp'. The Plesk service account does not have the necessary permissions to create the backup file in this folder.

You will need to grant the Plesk service account full control to the 'C:\Program Files (x86)\Plesk\PrivateTemp' folder:
Right-click on the 'C:\Program Files (x86)\Plesk\PrivateTemp' folder and select 'Properties'.
Go to the 'Security' tab and click on 'Edit'.
Click on 'Add' and enter 'NT SERVICE\MSSQL$MSSQLSERVER'.
Click on 'Check Names'.
Click on 'OK' to add the account.
Select the account and check the box next to 'Full control'.

This should solve the problem.
 
  1. Log in to your Plesk control panel.
  2. Click Databases from the left-side menu. ...
  3. On the Databases page, locate the database you wish to back up.
  4. Under your database's section, click Export Dump to initiate the exporting of the database file.
  5. A pop-up window will appear. ...
  6. Click OK.
 
Back
Top