Feature Suggestions
Please provide here your suggestion for new functionality for Plesk. We encourage you to review and vote for suggestions of others. The top-ranked suggestions are likely to be included in the next versions of Plesk.
Please write in English so that voters from all over the world can read and support your request.
Off-topic posts will be removed from here
74 results found
-
Backup installer for Shared hosting or on local machine
Option for create WP Backup that can easy install on other Servers without Plesk or on local Desktop. Creation for zip file and installer.php like Duplicator Pro
that supports Multisite Backups1 voteThank you for your idea! We will consider this functionality in upcoming releases if it will be popular.
Everyone, please continue voting for this feature if you consider it important.
-- PD
-
Support for MEGA backup
The MEGA software development kit is here https://mega.io/developers
2 votesThank you for your idea! We will consider this functionality in upcoming releases if it will be popular. However, the normal procedure for integration of third-party platforms with Plesk are extensions. These should be developed by the vendors who want to integrate their product with Plesk. Many other storage platforms already have developed extensions for Plesk, so Mega could do the same using the free API toolkit: https://docs.plesk.com/en-US/obsidian/extensions-guide/plesk-extensions-basics/how-to-create-and-install-extensions.76094/
-- PD
-
Plesk backup should be part of slack as email reporting not stable for Plesk backup failure
Plesk backup should be part of slack as email reporting not stable for Plesk backup failure.
1 voteHi Pugmarks Techs,
thank you for your feature suggestion. I assume you are using the Slack extension of Plesk and your suggestion is that Plesk shall add backup manager events such as "backup completed without errors", "backup completed with some errors" and similar to the event handler list so that the Slack extension can react to them.
We will consider this functionality in upcoming releases if it will be popular.
Everyone, please continue voting for this feature if you consider it important.
-
Add an option to Archive sites
Would be great to be able to archive sites.
1 - Create a backup of files and database in the default (cloud) backup storage.
2 - Remove files and database from the hosting.
3 - Change the site status to Archived but keep on the site list.
4 - Allow to easily restore from the cloud backup when needed.
2 votesHi Alex,
Thank you for your input! We will consider this functionality in upcoming releases if it will be popular.
Everyone, please continue voting for this feature if you consider it important.
-
Include Plesk backup download in Action Log
Currently, when downloading a Plesk backup via Plesk, this action is not tracked by Plesk Action log.
Suggestion: make Action Log track backup downloads2 votesThis is a valid request, so we'll look into it. There is no ETA at the moment, but we would really appreciate you voting for this request so that we can accurately assess its popularity relative to other features.
Thanks in advance!
--
IG
-
Customer Only Backup Manager
Clients can make and program backup tasks; while server backup manager and server-wide backups are disabled
2 votesThis is a valid request, so we'll look into it. There is no ETA at the moment, but we would really appreciate you voting for this request so that we can accurately assess its popularity relative to other features.
Thanks in advance!
--
IG
-
Sending a WOL magic packet before backup via FTP
Hello !
My Plesk scheduled backups are send by FTP to a computer that might be in sleeping mode. I would appreciate the possibility of sending a WOL magic packet before the transfer.1 voteThis is a valid request, so we'll look into it. There is no ETA at the moment, but we would really appreciate you voting for this request so that we can accurately assess its popularity relative to other features.
Thanks in advance!
--
IG
-
An option to limit a number of full backups via CLI
It'd be great to have an option to limit the number of full backups in directory via cli, for example:
plesk bin pleskbackup ... -max_backups=22 votesThis is a valid request, so we'll look into it. There is no ETA at the moment, but we would really appreciate you voting for this request so that we can accurately assess its popularity relative to other features.
Thanks in advance!
--
IG
-
Limit number of local backups when option 'Both server storage and FTP(S) storage' is used
Add more customization to the Backup Manager > Schedule > Both server storage and FTP(S) storage, e.g.:
Create a limited number of backups on server storage (option to indicate the number of the backup specifically for local storage), in order to save disk space1 voteThis is a valid request, so we'll look into it. There is no ETA at the moment, but we would really appreciate you voting for this request so that we can accurately assess its popularity relative to other features.
Thanks in advance!
--
IG
-
Large database need --single-transaction --quick options to DB backup mysql
We have a large database with InnoDB. Wen the backup runs it brings my site down for 9 min. need option to not bring our DB down.
2 votesThis is a valid request, so we'll look into it. There is no ETA at the moment, but we would really appreciate you voting for this request so that we can accurately assess its popularity relative to other features.
Thanks in advance!
--
IG
I have merged the request by creoline into this existing one. Actually, adding a parameter like --single-transaction requires careful consideration of many side effects that this can have. It is explained well in https://stackoverflow.com/questions/41683158/mysqldump-single-transaction-option and comments. But like IG I also think it is a valid request.
We will consider this functionality in upcoming releases if it will be popular.
Everyone, please continue voting for this feature if you consider it important.
--
PD
-
Add a detailed status message for restoring specific domains via Backup Manager
Restoring a backup in Tools & Settings > Backup Manager always results in a generic message:
Restoration of the backup <timestamp> completed
But this message remains the same both after restoring a full server backup or just some specific domains, which can be confusing.
If only specific domains have been restored, please add a separate message listing these domains.
1 voteThis is a valid request, so we'll look into it. There is no ETA at the moment, but we would really appreciate you voting for this request so that we can accurately assess its popularity relative to other features. Thanks in advance!
--
IG
-
Backup retention period options
It'll be useful to have the ability to configure the retention period of the backup. Right now it's only possible to set the "Maximum number of full backup files to store (including both scheduled and manual backups)".
While it'll be useful to set something like "Keep backup for "x" weeks", to have more flexibility, when it gets to the backup storage.
3 votesThis is a valid request, so we'll look into it. There is no ETA at the moment, but we would really appreciate you voting for this request so that we can accurately assess its popularity relative to other features. Thanks in advance!
--
IG
-
Limit rate of backup
Full weekly backup for all domains create a huge I/O throughput on our SAN that stress too much our infrastructure until backup ends. It would great if we can tune data through a pipe like "pv" command do.
I.e.
This is an example of backup that stress the SAN:
mysqldump -A -q --single-transaction=TRUE -u $MUSER -p$MPASS | gzip > $_fileThis instead is and example that do not stress the SAN:
mysqldump -A -q --single-transaction=TRUE -u $MUSER -p$MPASS | gzip | pv -L 512k > $_filein the last command we set the maximum rate limit of 512k. Of course…
1 voteThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
--
IG
-
Implement a disk space check for "plesk sbin pmm-ras" utility
Exporting a backup via "pmm-ras" utility may bring down the server because it ran out of disk space during the procedure:
plesk sbin pmm-ras --export-dump-as-file --dump-specification=backupinfo<timestamp>.xml --dump-file-specification=/root/backup.tar
Please improve the "pmm-ras" utility to check for free disk space before starting the operation to avoid these scenarios
1 voteThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
--
IG
-
Update the subscription's backup options by the means of CLI
It would be nice to have an option which allows to update the subscription's backup settings(exclude files/logs) via CLI.
1 voteThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
--
IG
-
Clear failed backup/restore notifications at once in UI
There are so many notifications in backup manager regarding failed backups and clearing them 'close this message' is so slow. It would be nice to have a way to clear them all at once
2 votesThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
--
IG
-
Add incremental backups for Plesk extensions
Currently, Plesk backup manager creates incremental parts only for the web and mail content. And Plesk extensions backup always contain full data even if there were no changes. It is required to add incremental backups for Plesk extensions
1 voteThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
—
IG -
Exclude lscache folders from backups [LiteSpeed Extension]
If plesk is running with LiteSpeed extension all subscriptions containing a lscache folder which can't be included in backup due to executable permissions. This folder should be excluded from all backups globally (Server Backup & Subscription Backups)
5 votesThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
—
IG -
Ability to configure cloud storage extensions via CLI/API
It is required to have ability to configure cloud backup configuration (set users, specify type and locations) via CLI/API to automate and speed up process. For example, Amazon S3 extension
3 votesThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
—
IG -
Add ability to restore website content and website database at once
Please add the possibility to restore only Website Files and website database at once in Plesk > Tools & Settings > Backup Manager > backupname > Type of object to restore
For example the name of this option can be as "Site Files and related databases"
1 voteThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
—
IG
- Don't see your idea?