- Joined
- Jan 28, 2022
- Messages
- 18
- Reaction score
- 0
I understand we need to update to Update 5 but we are unable to get pass Update 4 final as it always hit an error.
The error is shown below:
Exception data:
Severity: ERROR
SqlState: 23505
MessageText: could not create unique index "gateway_name_key"
Detail: Detail redacted as it may contain sensitive data. Specify 'Include Error Detail' in the connection string to include this information.
SchemaName: public
TableName: gateway
ConstraintName: gateway_name_key
File: d:\pginstaller.auto\postgres.windows-x64\src\backend\utils\sort\tuplesort.c
Line: 4056
Routine: comparetup_index_btree
This is the statement:
ALTER TABLE IF EXISTS gateway
ADD CONSTRAINT gateway_name_key UNIQUE (name);
Can anyone assist? Will my system stop working on Dec 1st?
The error is shown below:
Exception data:
Severity: ERROR
SqlState: 23505
MessageText: could not create unique index "gateway_name_key"
Detail: Detail redacted as it may contain sensitive data. Specify 'Include Error Detail' in the connection string to include this information.
SchemaName: public
TableName: gateway
ConstraintName: gateway_name_key
File: d:\pginstaller.auto\postgres.windows-x64\src\backend\utils\sort\tuplesort.c
Line: 4056
Routine: comparetup_index_btree
This is the statement:
ALTER TABLE IF EXISTS gateway
ADD CONSTRAINT gateway_name_key UNIQUE (name);
Can anyone assist? Will my system stop working on Dec 1st?