Schema changes when upgrading the application - Data360_DQ+ - 13.2

Data360 DQ+ Azure Installation

Product type
Software
Portfolio
Verify
Product family
Data360
Product
Data360 DQ+
Version
13.2
ft:locale
en-US
Product name
Data360 DQ+
ft:title
Data360 DQ+ Azure Installation
Copyright
2025
First publish date
2016
ft:lastEdition
2026-04-13
ft:lastPublication
2026-04-13T10:36:21.951000
L1_Product_Gateway
Verify
L2_Product_Segment
Data Quality
L3_Product_Brand
Precisely Infogix
L4_Investment_Segment
Data 360
L5_Product_Group
Data 360
L6_Product_Name
DQ+

When upgrading the application, you will need to run a number of SQL statements on ApplicationDb (PostgreSQL). The statements that you need to run depend on your currently installed version.

Upgrade from release 6.2 or earlier

ALTER TABLE caf_verdefcontentdep ALTER COLUMN fromfieldpath TYPE text,

ALTER COLUMN tofieldpath TYPE text;

CREATE EXTENSION IF NOT EXISTS pg_trgm;

ALTER TABLE caf_secdatakey ALTER COLUMN keydata TYPE varchar(1000);

Upgrade from release 7.1

CREATE EXTENSION IF NOT EXISTS pg_trgm;

ALTER TABLE caf_secdatakey ALTER COLUMN keydata TYPE varchar(1000);

Upgrade from release 8.2 or newer

ALTER TABLE caf_secdatakey ALTER COLUMN keydata TYPE varchar(1000);
Note: After applying schema changes, restart the application server.