User tests: Successful: Unsuccessful:
Pull Request for Issue # .
Fix the sequence number next value for the assets table in base.sql for PostgreSQL after the last upmerge from 4.0-dev.
Either code review by someone who knows what a sequence means in PostgreSQL, or:
Creating anything which requires assets fails, and so does e.g. installing Blog Sample Data.
In the log file of the database server:
ERROR: duplicate key value violates unique constraint "j4ux0_assets_pkey"
DETAIL: Key (id)=(90) already exists.
STATEMENT: INSERT INTO "j4ux0_assets"
("name","title","rules","parent_id","level","lft","rgt") VALUES
('com_content.fieldgroup.1','The Author','{}',8,2,38,39)
RETURNING id
ERROR: current transaction is aborted, commands ignored until end of transaction block
STATEMENT: SELECT 1
ERROR: current transaction is aborted, commands ignored until end of transaction block
STATEMENT: DEALLOCATE pdo_stmt_00000196
No such problem.
None.
Status | New | ⇒ | Pending |
Category | ⇒ | Postgresql SQL Installation |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-12-31 17:18:09 |
Closed_By | ⇒ | bembelimen | |
Labels |
Added:
Release Blocker
?
|
Thx