• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Search results

  1. S

    Resolved Rest API Fatal Errors

    Update Now the endpoint /dbusers works without an additional parameter "dbId" BUT it does not return ALL the database users for some reason, out of 4 databases it returns only 2 databases that are on the same subdomain. curl --location 'https://test.startdedicated.de:8443/api/v2/dbusers' \...
  2. S

    Resolved Rest API Fatal Errors

    You are right @Kaspar , thank you for claryfing. Both issues are related to the Rest API v2 and not the XML. There needs to be a way to get all the databases and database users with one simple API call, as it was all this time before these issues occured.
  3. S

    Resolved Rest API Fatal Errors

    Username: TITLE Rest API Fatal Errors PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Plesk Obsidian 18.0.68 Update #2 Web Host Edition Ubuntu 24.04.2 LTS PROBLEM DESCRIPTION Hello, Creating a new thread as suggested from this post...
  4. S

    Issue GetDatabases Rest API Fatal Error

    Also the endpoint /dbusers does NOT work without a string query "dbId" It used to work fine previously. It seems like a lot has changed in the API in the last few weeks, particularly in the databases from what I can see. However, this is not good because now we have to make a lot more API calls...
  5. S

    Issue GetDatabases Rest API Fatal Error

    Hi All, Recently the API call to the /databases endpoint is not working properly without a "domain" parameter. It used to work without any issues before. Having the ability to find if a database name already exists in the server is very beneficial as it allows you to create databases/domains...
  6. S

    Question Ioncube Loaders in usr/bin/php ?

    Hi, When executing a script from the CLI with /usr/bin/php executable, I get ioncube loader errors, but if I run the script with /opt/plesk/php/8.1/bin/php the script gets executed successfully, because the Ioncube PECL package for this PHP version is installed. Is there anyway to enable...
  7. S

    Issue Scheduled Task Fails (plesk command not found)

    thanks i also have this function, do I need to change this as well? # Function to get subdomains of a specific domain get_subdomains() { local DOMAIN=$1 plesk db -Ne "SELECT name FROM domains WHERE parentDomainId=(SELECT id FROM domains WHERE name='$DOMAIN')" }
  8. S

    Issue Scheduled Task Fails (plesk command not found)

    I am having trouble running a script I've made to backup files/databases using plesk cli. When running the script through the SSH Terminal via Plesk Admin Interface, there are no issues. However when I set up a cron job (task schedule) to run the shell script, I get an error "plesk command not...
  9. S

    Question Get Subdomains Databases from CLI?

    Hi, How can i get the database names from a subdomain? I noticed that the subdomain databases are assigned to the parent domains dom_id in the domains and data_bases tables. in my shell script the following line returns always no results because the subdomains id is not the correct one, the...
  10. S

    Question Seeking Advice on Alternative Backup Solutions for Plesk

    have you found a solution? @jamataran
  11. S

    Issue Restoration Error Not enough values to unpack?

    Since the versions between the two servers are different, I went and created two identical cloud instances with the same configuration and plesk license (now both licenses are free trial licenses). I receive again the same error with the new cloud instances running the same plesk version. PS...
  12. S

    Issue Restoration Error Not enough values to unpack?

    Hello, I am receiving the following error when trying to restore a backup from another server. server #1 plesk edition: Plesk Obsidian Web Admin Edition Version 18.0.60 Update #1 OS: Ubuntu 20.04.6 LTS This is where the backup runs server #2 plesk edition: Plesk Obsidian Web Admin Se Edition...
  13. S

    Question Restore Backup with FTP (server to server)

    Hi, I have two plesk servers and a remote storage (FTP) server just to store backups. I have connected to the first server and created a full backup, which is now saved in the remote storage (FTP) I have connected to the second server and also added the remote storage FTP account in the...
  14. S

    SOA Serial Number Format is Invalid

    how do you solve this issue? after changing the settings, I still get the warnings.
  15. S

    Resolved Juggernaut Security and Firewall Plesk Addon

    How does this firewall compare to the preinstalled ModSecurity WAF by Comodo and Fail2Ban? Does it automatically block attack attempts?
  16. S

    Question Am I safe with Comodo WAF ModSecurity?

    still dont know if its safe to disable those rules
  17. S

    Question Change Domain Name Folder?

    I noticed that when i change the domain name through the built in plesk functionality in Plesk, the folder does not change. Is there any specific reason why? e.g. old.example.com => new.example.com the path remains the same, /var/www/vhosts/example.com/old.example.com
  18. S

    Question SMTP rDNS Problem?

    Hi all, So I have a dedicated server with IP e.g. 123.456.78 , the hostname of the machine is "malta12345.example.com" On the server, I also have a domain "mydomain.com", which the A record points to the server. I am trying to send emails via SMTP through this domain. Hostname...
  19. S

    Question Subdomain to Domain Migration?

    That was my thought as well, but I still asked because I was under the impression that it could be done somehow through DNS configuration.
Back
Top