• 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.

Forwarded to devs CAA doesn't get a uid in database (DNS Zone Template)

obendev

Basic Pleskian
User name: lkdvc

TITLE

CAA doesn't get a uid in database (DNS Zone Template)

PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE

Plesk Obsidian v18.0.26_build1800200410.18 os_Ubuntu 18.04

PROBLEM DESCRIPTION

If you take a look in the table "dns_recs_t " in the databse "psa", there are no uid values for CAA records.
It's NULL.

STEPS TO REPRODUCE

  1. Create CAA record in General Settings -> DNS Template
  2. Open database psa
  3. Open table dns_recs_t
  4. Take a look at the CAA record

ACTUAL RESULT

uid is NULL

EXPECTED RESULT

There should be a uid like for the other records

ANY ADDITIONAL INFORMATION



YOUR EXPECTATIONS FROM PLESK SERVICE TEAM

Confirm bug
 
Hi,
I checked code-base and db-scheme in onyx and obsidian. Seems it is outdated field and it uses nowhere in plesk.
It is always NULL for all actual scenarios in plesk.

But is it possible uses somewhere in extensions?
Could you provide case where you uses this field?
 
Last edited:
Back
Top