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
48 results found
-
Please add PostgreSQL 16 support to Plesk
According to official documentation from https://docs.plesk.com/release-notes/obsidian/software-requirements/#s4, Plesk currently supports PostgreSQL from 8.4 to 15 version
Please add PostgreSQL 16 support to Plesk as well
4 votesThank you for your suggestion. We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
-- KvD
-
Enable User Selection of MS SQL Recovery Model: Full or Simple
To prevent the transaction log from continuously expanding with no clear method of truncation even after a full backup, it's a good idea to allow the user to select the recovery model (either Full or Simple) when creating the MS SQL database.
By enabling users to select the appropriate recovery model based on their recovery needs, those who do not require complete transaction log restoration can benefit from the simplicity and efficiency of the Simple recovery model, and keep transactions log to it's minimum size.
2 votesThank you for your suggestion. We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
-- KvD
-
Update cloudlinux db-governor users when plesk admin password/username was changed
Plesk should change the string in /etc/container/mysql-governor.xml when changing the admin password with cli command: plesk bin admin --set-admin-password -passwd 'PASSWORD'
Plesk should change the string in /etc/container/mysql-governor.xml when the admin password/username is changed in Plesk UI.
3 votesThank 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
-
Add MSSQL Certificate management
Add possibility to add valid certificate for sql server
2 votesThank 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
-
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
-
Possibility of creating dumps for databases in external servers over CLI
possibility of creating dumps for databases in external servers over CLI
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
-
Database changes history
Database history log or table where database changes are stored. For example, phone column was modified in person table and what change was made
What does customer want to solve with this feature?
customer wants to be able to track database changes.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
-
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 MySQL Connector/ODBC 8.0 to support modern TLS versions and ciphers
(This is related to https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/44353242-add-mariadb-connector-odbc)
> Drivers
MySQL Connector/ODBC version 8 needs to be available to Plesk users, because 5.3 is outdated, not to mention 3.51.
In MySQL Connector/ODBC, there is support for new, modern TLS versions and ciphers.
https://dev.mysql.com/doc/refman/8.0/en/encrypted-connection-protocols-ciphers.html
> As of MySQL 8.0.26, the TLSv1 and TLSv1.1 connection
> protocols are deprecated and support for them is subject to
> removal in a future version of MySQL. See Deprecated
> TLS Protocols.And please remove MySQL Connector/ODBC 3.51. I cannot think of any reason Plesk should rely on, or support, this version. The following runs perfectly in…
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 MariaDB Connector/ODBC
> Drivers
With MySQL and MariaDB going their own way more and more, it is important to add MariaDB Connector/ODBC as an programming interface to Plesk as well. Side by side with the already available MySQL Connector/ODBC. This is easily done.
One cannot guarantee MySQL Connector/ODBC to be compatible with MariaDB in the near future.
Download MariaDB Connector/ODBC from here:
https://mariadb.com/kb/en/mariadb-connector-odbc-3113-release-notes/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 the ability to encrypt a Database via Plesk interface
Add the ability to encrypt databases as Transparent Data Encryption (TDE) via Plesk interface, which is supported in MariaDB 10.1 and later.
At-rest encryption means the data files and logs are encrypted on the disk and makes it almost impossible for someone to access or steal a hard disk and get access to the original data (provided that the key is secured and not stored locally).
6 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 track number of simultaneous connections to the MySQL
Sometimes Plesk is not accessible with error:
DB query failed: "SET sql_mode = ''" Error: SQLSTATE[08004] [1040] Too many connectionsIt is possible to inrease the number of connections but it will also be good to have some monitoring of the current number of simultaneous connections to the MySQL, for example in Advanced Monitoring extension.
It will help to prevent Plesk downtime and set the reasonabl limit for max_connections
2 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 -
The possibility to set the PostgreSQL Charset from ASC_II to UTF8.
The possibility to set the PostgreSQL Charset from ASC_II to UTF8 during a database creation.
2 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 -
MySQL change the charset
Allow to chose another charset when creating a database or do not set one.
Plesk does use:
"CREATE DATABASE databasename /*!40101 default charset=utf8 */"
And with this does overwrite when the MySQL config was changed to use utf8mb4 for example.Or allow to choose a charset on creation or create DBs with:
"CREATE DATABASE databasename"9 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 -
Protect databse from removal
Protect databse from accidental removal, so the database behaves in the same way as the following wordpress_e: greyed out so it cannot be deleted.
1 voteThank 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 clone databases with definers
On the attempt to clone database with DEFINER Plesk failed if there is no the same user on destination database.
Currently, it is required either manually remove definer from database dump or add super priveleges: https://support.plesk.com/hc/en-us/articles/360005033014-Unable-to-import-MySQL-dump-using-Import-Dump-feature-in-Plesk-ERROR-1227-42000-at-line-1421-Access-denied-you-need-at-least-one-of-the-SUPER-privilege-s-for-this-operation
Since Mysql version 5.7.8 it is possible to use the --skip-definer option with mysqldump:
https://dev.mysql.com/doc/refman/5.7/en/mysqlpump.htmlThe suggestion is to add ability to clone database skipping definers as option in Plesk GUI
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 -
Better Database Server Assignment / Visibility
Currently you only have the option to do nothing and "SHOW ALL" database servers or restrict to a single database server per subscription by using the permissions tab. This means each user that falls under this criteria need a custom service plan.
We would like to display more than a single database server for clients that choose to pay extra for an additional database server that only they can use. Some projects grow and they need an additional database server - or in some cases they need to migrate data between the old database server (sometimes local to plesk server)…
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 -
MSSQL hostname change for an existing MSSQL database server
When a MSSQL database server is upgraded to a new version, the name can not be changed from within Plesk and it needs to be done manually into the Plesk database once the name is set on MSSQL side.
3 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 -
setup a replication for MySQL server
The possibility to setup a replication for MySQL
96 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
- Don't see your idea?