You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major version upgrade also fails for unique indexes (with data) due to the duplicate build:
i.e., if you have
CREATE TABLE x (t int) SPLIT INTO 1 TABLETS;
INSERT INTO x VALUES (1), (2), (3), (4);
CREATE UNIQUE INDEX ON x(t) SPLIT INTO 1 TABLETS;
upgrade fails with:
pg_restore: from TOC entry 2799; 1259 16387 INDEX x_t_idx yugabyte
pg_restore: error: could not execute query: ERROR: duplicate key value violates unique constraint "x_t_idx"
Issue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information
I confirm this issue does not contain any sensitive information.
The text was updated successfully, but these errors were encountered:
Jira Link: DB-13806
Description
Example:
After performing major version upgrade, the SST dump for the index shows duplicate entries:
Major version upgrade also fails for unique indexes (with data) due to the duplicate build:
i.e., if you have
upgrade fails with:
Issue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information
The text was updated successfully, but these errors were encountered: