• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Exporting Dedicated IP in custom format

A

alex.bumbacea

Guest
Hello,

Few days ago i needed to get all dedicated ips and the domains assigned to it in a custom format. I tried to make the connections in the pas db, but i wasn't able to print the dedicated ips with multiple domains on them since ip_addresses.default_domain_id is 0 for that ones. Could you please provide help in this matter?

Thank you,

Alexandru Bumbacea
 
For to tell. This is the task i run under mysql

SELECT name, ip_address FROM domains
INNER JOIN ip_addresses ON
ip_addresses.default_domain_id=domains.id
WHERE type='exclusive'
LIMIT 0, 10;
 
Back
Top