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
52 results found
-
Add support for more DBs
When I first saw the option of create DBs, I thought it was something like I'm suggesting. MongoDB, MariaDB, CouchDB, etc, etc. This will be super cool. :)
303 votesThe previous status was set by mistake.
Due to the changes in MongoDB’s licensing we are no longer able to consider this as a potential feature to be added to our product.
Please continue to vote if you would like to use CouchDB in Plesk.
—
AA -
Include pgadmin for Postgres management in Plesk
phpPgAdmin support was dropped starting from Plesk Onyx 17.8
This means that Plesk does not have any management tool for Postgres databases shipped with it.I suggest to include pgadmin in Plesk installation since the latest ve
rsion of this software (2018-09-06 - pgAdmin 4 v3.3 Released) has just been released, with adequate security. More info about it you can find here:
https://www.pgadmin.org/190 votesThank 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.
—
IG -
Multiple MySQL Versions configureable over Panel
I'd be happy if you could integrate multiple MySQL Versions into Plesk. Each Customer should be able to choose his MySQL. Also choosing more than only one version should be implemented.
165 votesThank you for your input. We will consider the possibility of implementing this feature in upcoming releases.
Since Plesk Onyx panel admin will be able to install different MySQL versions as a Docker containers, then the DB servers can be connected as remote DB to Plesk.
SE
-
setup a replication for MySQL server
The possibility to setup a replication for MySQL
99 votesThank 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.
—
IG -
Hide/Show Database Servers for clients
Administrator should have the possibility to make Database Servers hidden from Clients.
My scenario is:
1 or more servers that are intended for Web only (Nginx+Apache+PHP/Ruby/Python)
2 or more servers for Databases (MySQL / could be PostgreSQL also)In the Database Servers, the administrators should be able to select visible servers for clients.
Why? Ideal is to hide the localhost server when only external are to be used. Some DB servers may get to full and you want the clients to select only from lower used ones. You have demands from different clients to support older versions of MySQL for…
38 votesThank 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.—
IG -
Option to shrink MSSQL Database log
Many a times during database updates / ddl script executions the log file of MSSQL database becomes too large. There should be an option to shrink the log files. Currently this feature is disabled for both SQL Server Management Studio and Query.
29 votesThank you for your input. We will consider adding this functionality in the future releases.
—AK
-
PostgreSQL integration and tuning
Please do better integration of PostgreSQL into Plesk like CPU and memory usage in Health Monitoring and Dump button in Database page. Please also add PostgreSQL tuning into Plesk, especially for modern hardware with 32 or 64 GB memory and 4 to 8 cores and fast SSD or NVMe drives. Thanks!
28 votesThank 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.
—
IG -
Edit MySQL server settings (my.cnf file) trough Plesk
MySQL server settings (my.cnf) can only be updated via CLI, it would be faster if these changes could be made in Plesk Panel or PHPMyAdmin without the need to edit settings on server.
23 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
-
Contained Databases MS SQL
Implement the Contained Databases MS SQL feature in order to limit the database users ability to see MS SQL database names which are not owned by him.
21 votesThank 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.
—
IG -
Ability to create ODBC DSN for ODBC Driver 17 for SQL Server in Plesk
Add the ability to create ODBC DSN for ODBC Driver 17 for SQL Server in Plesk.
Disabling TLS 1.0 breaks compatibility with earlier versions.20 votesThank 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.
—
IG -
Ability to select database schema when creating database users in Plesk for MSSQL
It is required to import databases created externaly with dbo database schema.
When such database imported in Plesk it is assigned to schema of the database user created in Plesk. When user created in Plesk, new schema is created for database user. For example, user test1 created in Plesk will have database schema "test1"
This results to the non-functional Database due to wrong schema (reuqired dbo, while database imported with schema test1).
The suggestion is to add functionality to select schema when creating database users in Plesk
17 votesThank 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.
—
IG -
install sql server reporting services with SQL server on shared hosting. Would be a valuable & useful feature for your product & consumers.
Availability of reporting services on SQL server would be very useful on shared web hosting. My new ISP says Plesk doesn't support reporting services. I think it would be great if you did - not every site is a blog or simple brochure style. Any small scale business site still requires reporting, and SSRS is a natural fit for ASP.Net hosting.
16 votesThank 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.
—
IG -
Add support for MySQL Governor for CloudLinux
Currently Plesk does not support MySQL Governor feature https://docs.cloudlinux.com/index.html?mysql_governor.html
and mapping file /etc/container/dbuser-map has to be updated manuallyPlesk already has integration with CageFS and LVM and detects it once those features installed on the server. It would be great if support for MySQL Governor be implemented in future.
14 votesThank 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.
—
IG -
Add "Add my IP" near or above "Allow remote connections from"
Please add a simple button that retrieve my actual public IP and inserts it in the "Allow remote connections from" text area.
The page is the database user edit (or creation).13 votesThank 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.
—
IG -
Make utf8mb4 default when backing up mysql databases
When i backup database with Plesk (either with Export/Import feature or with Backup Manager), it loses all characters outside Unicode BMP (all characters > 0xFFFF).
It's because mysqldump default charset is utf8, not utf8mb4.This should be changed, for example, if database contains at least one field with utf8mb4 charset - mysqldump should be run with --default-character-set=utf8mb4 option.
Settings in /etc/mysql/conf.d/mysqldump.cnf are not respected too, it works when i use mysqldump from command-line, but doesn't work when i export or backup db with plesk.
MySQL dump 10.13 Distrib 5.7.25, for Linux (x86_64)
MySQL Server version 5.7.25-0ubuntu0.16.04.2
Plesk version: Plesk Onyx…12 votesThank 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.—
IG -
Add Microsoft SQL Server PHP extensions to Plesk Linux
They can be disabled by default (and optionally be enabled in PHP Settings, 7.0-7.1 only). The drivers appear to be quite stable - I have successfully installed them in Plesk on Ubuntu 16.04 and CentOS 7.4.
This is especially interesting since SQL Server 2017 is available for Linux and Docker.
Once the extensions are installed/enabled, the follow-up request would be to allow me to add remote MS SQL databases in Plesk Linux (not limited to RDS - any remote MS SQL instance).
12 votesThank 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.
__
IG -
Provide facility to some dba level command on database like indexing, shrink database
Hi all you must provide some dba level db command to database user. This can help lot, in indexing and shrinking database
10 votesThank 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.
—
IG -
Manage notification during database copy
Currently, when the database is copied the notification is sent to subscription owner.
It would be good to add functionality to disable such notifications or change the recipient mail address.10 votesThank 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.
—
IG -
h grafana
adding most common plugins (like network) to sw-collectd to send data to central collectd server->influxdb and process with grafana
10 votesThank 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.
—
IG -
Create .7Z dumps of databases
Within Plesk it is possible to create a dump of a (SQL Server) database. Plesk then seems to use 7Zip to create a .ZIP file. It would be nice if it was possible to choose between the .ZIP or the .7Z file format as .ZIP is more compatible, but 7Z compresses such database dumps up to 10 times better.
And of course you would need to be able to import 7Zipped dumps also.10 votesThank 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.— rk
- Don't see your idea?