• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by jallon

  1. J

    Forwarded to devs Plesk command line : register existing user to database domain

    Cannot reproduce to if i manually create the domain in plesk interface but i reproduce with imported domain for another plesk server (version 12.5). In the 12.5 server the database and user wasn't registered in plesk.
  2. J

    Plesk command line register existing user to domain

    The bug report : Plesk command line : register existing user to database domain
  3. J

    Forwarded to devs Plesk command line : register existing user to database domain

    TITLE: Plesk command line : register existing user to database domain PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE: Product version: Plesk Onyx 17.5.3 Update #20 Update date: 2017/08/29 03:09 Build date: 2017/03/17 16:00 OS version: CentOS 7 Revision...
  4. J

    Plesk command line register existing user to domain

    This request is better to check : SELECT domains.name AS domain_name, data_bases.name AS database_name, db_users.login, accounts.password FROM data_bases left join db_users on db_users.db_id = data_bases.id left join domains on domains.id = data_bases.dom_id left join accounts on accounts.id...
  5. J

    Plesk command line register existing user to domain

    I am sorry but I have read the documentation several times and I conclude that it is impossible to register an already existing mysql database user on a database of a plesk domain.
  6. J

    Plesk command line register existing user to domain

    Yes, thank you but i have already registered my database with the command you write. What i want is to assign the user of the database (he already as all grant options to the database) in plesk because in plesk i see : No database user
  7. J

    Plesk command line register existing user to domain

    I have register an existing databases to a new domain on plesk 17. In plesk database domain i have the message : No database user It's normal because i have creating the user with sql script. To register the existing user, i use this command : plesk bin database --register-dbuser dbuser...
Back
Top