I just upgrade from 15.0.8 to 16.0.4.0 and now ive got this warning
Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the documentation. ([List of invalid files…]
if i click on the “List of invalid files” i got this
Technical information
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.
I have the same problem. I cannot estimate how bad the error is. Any ideas for a solution?
Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.
Results
=======
- core
- INVALID_HASH
- lib/private/DB/AdapterPgSql.php
Raw output
==========
Array
(
[core] => Array
(
[INVALID_HASH] => Array
(
[lib/private/DB/AdapterPgSql.php] => Array
(
[expected] => 02765b182b62d4e67a68fd51361a3d141ca1cd064cd0d937ba42997e638ce9ecbb02614722ad8470aa6b75f54018b79f00c9d8c31dc9b10a40d08086b09bca16
[current] => dabc4b92db39df395d0a43cc4a0ba9e4d80a9c6176b7050b45000c359001fad1549866f49d377ec1112a8abccb79fe2159f2a35d556ab445445a916b673cc361
)
)
)
)
First I briefly checked this issue against the plain docker image from Univention: (docker pull docker.software-univention.de/nextcloud:16.0.4-0; docker run ... ; docker exec -it ...) and found exact the same issue. So my hypothesis is that this issue is not a local problem, because exact the same invalid hash is also found within the docker image provided by Univention.
Therefore I briefly checked against the official docker image docker.io/library/nextcloud:16.0.4 (eg. docker pull nextcloud:16.0.4; docker exec..) too. By using this image, the hash was fine, no errors or warnings reported.
As last step, I checked the md5sum of the file AdapterPgSql.php within both containers, and the md5sum is indeed different:
It took a while to make Nextcloud 16 compatible with the PostgreSQL (9.4) version in UCS, but now…
So I assume that precisely the adjustments needed to make Nextcloud compatible with PostgreSQL (9.4) used within UCS will cause the warnings we all see. It would be great if someone from Univention could confirm my assumption. (Then we could close this thread)