• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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