Open tobiasKaminsky opened 1 year ago
Using AIO, with 27.1.0.7 Seeing:
2023-11-07 08:03:46.639 UTC [20963] ERROR: duplicate key value violates unique constraint "fs_storage_path_hash" 2023-11-07 08:03:46.639 UTC [20963] DETAIL: Key (storage, path_hash)=(3, c3d74eff1486eadc1589bf4c7f3d3c36) already exists. 2023-11-07 08:03:46.639 UTC [20963] STATEMENT: INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13) 2023-11-07 08:03:46.642 UTC [20963] ERROR: duplicate key value violates unique constraint "fs_storage_path_hash" 2023-11-07 08:03:46.642 UTC [20963] DETAIL: Key (storage, path_hash)=(3, 946a8b60665758d00a25d56c30db6f09) already exists. 2023-11-07 08:03:46.642 UTC [20963] STATEMENT: INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13) 2023-11-07 08:03:46.645 UTC [20963] ERROR: duplicate key value violates unique constraint "fs_storage_path_hash" 2023-11-07 08:03:46.645 UTC [20963] DETAIL: Key (storage, path_hash)=(3, 971bc299fe96732c655262821634af17) already exists. 2023-11-07 08:03:46.645 UTC [20963] STATEMENT: INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13) 2023-11-07 08:03:46.648 UTC [20963] ERROR: duplicate key value violates unique constraint "fs_storage_path_hash" 2023-11-07 08:03:46.648 UTC [20963] DETAIL: Key (storage, path_hash)=(3, 879cbeb279c9a99ac9e8e7370b8d2cc7) already exists. 2023-11-07 08:03:46.648 UTC [20963] STATEMENT: INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13) 2023-11-07 08:03:46.650 UTC [20963] ERROR: duplicate key value violates unique constraint "fs_storage_path_hash" 2023-11-07 08:03:46.650 UTC [20963] DETAIL: Key (storage, path_hash)=(3, 4a0420a8cad471bac8f24c6d58bab16d) already exists. 2023-11-07 08:03:46.650 UTC [20963] STATEMENT: INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13) 2023-11-07 08:03:46.654 UTC [20963] ERROR: duplicate key value violates unique constraint "fs_storage_path_hash" 2023-11-07 08:03:46.654 UTC [20963] DETAIL: Key (storage, path_hash)=(3, 903b9080f3f3a897c56ed063347b143c) already exists. 2023-11-07 08:03:46.654 UTC [20963] STATEMENT: INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13)
No errors
None
27
Debian/Ubuntu
No response
Very little info possible. If you need anything, please write :)
Might be similar to https://github.com/nextcloud/server/issues/19494, but is different table and different constraint.
Cc @icewind1991 @Altahrim
Duplicate of https://github.com/nextcloud/server/issues/37392?
⚠️ This issue respects the following points: ⚠️
Bug description
Using AIO, with 27.1.0.7 Seeing:
Steps to reproduce
Expected behavior
No errors
Installation method
None
Nextcloud Server version
27
Operating system
Debian/Ubuntu
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
Very little info possible. If you need anything, please write :)