• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue Dumping the databases directly to the FTP storage

PlatinumPanther

New Pleskian
Hello,

we have a server that is running Plesk 12.0 on Windows Server 2008 R2 SP1.
There is limited storage space on C:\ partition of a server, so we are looking for a ways to create backup directly to a remote storage.

We have tried creating symlinks of Plesk\Backup and Plesk\PrivateTemp folders to network storage, but backup logs return errors.

Is it possible to change a path of database backup so that it is dumping or storing directly to network drive?

Thanks in advance.

Kind regards,
 
When we set the network drive path to registry variable
The backup is not being created at all
We do get this error in the logs

[2017-10-23 00:00:11.746|8468] CRITICAL: Runtime error in pmmcli: (3, 'GetDiskFreeSpace', 'The system cannot find the path specified.')Traceback (most recent call last): File "C:\Program Files (x86)\Parallels\Plesk\admin\share\pmmcli\pmmcli.py", line 2653, in main data_action_response, errcode_response, error_message = actions.get(sys.argv[1][2)(parameters) File "C:\Program Files (x86)\Parallels\Plesk\admin\share\pmmcli\pmmcli.py", line 2505, in make_dump return ActionRunner(MakeDumpAction, backup_task_description, None).doActivity() File "C:\Program Files (x86)\Parallels\Plesk\admin\share\pmmcli\pmmcli.py", line 170, in doActivity result = self.processor.doActivity() File "C:\Program Files (x86)\Parallels\Plesk\admin\share\pmmcli\pmmcli.py", line 1334, in doActivity if osutil.free_bytes(local_dump_directory) < (long(disk_space_required) * 1048576): File "C:\Program Files (x86)\Parallels\Plesk\admin\lib\python\osutil.py", line 205, in free_bytes sectorsPerCluster, bytesPerSector, numFreeClusters, totalNumClusters = GetDiskFreeSpace(os.path.splitdrive(path)[0] + "\\")error: (3, 'GetDiskFreeSpace', 'The system cannot find the path specified.')
 
Back
Top