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
98 results found
-
Individual mailbox backup
It would be useful to be able to create a backup of an individual mailboxes via Plesk interface
3 votes -
Support for MEGA backup
The MEGA software development kit is here https://mega.io/developers
1 voteThank 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
-
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
-
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
-
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
-
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.
-
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
-
Log the action of the backup download by the administrator.
There should be a log event for the backup download by the administrator user.
1 vote -
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
-
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
-
Multiple scheduled Backups
It would be useful to have the ability to make scheduled backups in more than just one FTP server, so that you have multiple backups.
For example, with the Strasbourg fire, I lost two VPSs and the server where I had backups of them.
By having a backup on an additional server, I would have limited the damage.
1 vote -
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
-
Generate Backup Hash to Verify on Download
Its a good idea once a backup is generated to expose a hash of it, so if we download it to another media server we have a easy way to check if the backup transfer was successful.
1 vote -
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
-
Allow resellers to use remote FTP backup, but prevent them from changing it's settings
To let resellers use the ftp archive without letting them change the FTP remote settings could give Administrators more control over backups.
1 vote -
1 vote
-
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
-
Separate folder for backups
Make it possible, to specify a separate path on reseller/customer basis, reasoning being that if there are physical hard drives dedicated to the customer they can not include the backups on it.
2 votesAs Plesk does not support separate drives where domain or subscription data is stored it remains yet to be explained why a user needs a specific backup folder. Backups of different users already have their own directory structure. Please describe your requirement in more detail and provide a business case where this would be important for you to have.
-- PD
-
Create an extractor when restoring a partial backup that could only download what is needed from the external backup
Create an extractor when restoring a partial backup that could only download what is needed from the external backup in order to save bandwidth and space on disk and time
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?