Upgrade bug from 10.0.2.1 -> 10.0.3

Steps to reproduce

  1. Just upgraded to Owncloud 10.0.3
    2.
    3.

Expected behaviour

No file integrity check error with FILE MISSING CHANGELOG.md inside core

Actual behaviour

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
    • FILE_MISSING
      • CHANGELOG.md

Server configuration

Debian
Apache
MySQL
PHP7
Owncloud server 10.0.3

Updated from 10.0.2.1 by updater

Login as admin user into your ownCloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results into https://gist.github.com/ and puth the link here.

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
    • FILE_MISSING
      • CHANGELOG.md

Raw output

Array
(
[core] => Array
(
[FILE_MISSING] => Array
(
[CHANGELOG.md] => Array
(
[expected] => 1b1ce4226543ae79917a49ad7fbb1557f6368e3598b27232b4df3b1adf0ef29d2e2e47dbc2455757254c5bf38e3d728d5d010ecfd83762210d707f10ebe0b152
[current] =>
)

            )

    )

)

Are you using external storage, if yes which one: local/smb/sftp/...

No

Are you using encryption: no

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...

no

I am not including more information since I consider it unnecesary on this issue, I have checked that file and it doesn´t exit inside a fresh installation of owncloud 10.0.3 or 10.0.2.1

have you tried to copy the missing file from your old owncloud in to the new one?

Edit: Sorry haven't read your last part, since its at the end and written so small.

Can you tell me how you did the upgrade?

I did the manual copy of another file to core and I compared both files list (zip directly downloaded from owncloud.org) and there is no missing file. I am very surprised when I see the integrity check expects a file where there is no file.

Maybe I am not copying to the correct folder.

I am using the web updater with apparently no issues until this message.

Thanks!

FOUND THE ISSUE:

missing CHANGELOG.md is located in root folder of server application.

If someone has the same problem just copy the file (25 KB) from server ZIP file.

2 Likes

You are good :slight_smile:

Hi all,

Not good for me....CHANGELOG.md in root folder with permissions....but KO...same message.

Do you have any idea ?

martoni

Please include the complete error message just to see if I can notice any difference.

Regards,

Rafa.

I also get this error after upgrading to 10.0.3.

To do the update, in a browser - on my owncloud site - I simply found a link under settings that offered me a button to do the upgrade, and after fixing some permission issues in "config" directory it worked well, but left this issue with the missing changelog.md-file.

In order to try to remedy this, I have tried to look for the proper file in the downloadable installation files, and I have tried to read the signtaure.json, but alas.

Seen form here it appears as a bug.

The report:

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
    • FILE_MISSING
      • CHANGELOG.md

Raw output

Array
(
[core] => Array
(
[FILE_MISSING] => Array
(
[CHANGELOG.md] => Array
(
[expected] => 1b1ce4226543ae79917a49ad7fbb1557f6368e3598b27232b4df3b1adf0ef29d2e2e47dbc2455757254c5bf38e3d728d5d010ecfd83762210d707f10ebe0b152
[current] =>
)

            )

    )

)

Hi!

This is a known issue when updating to 10.0.3 https://github.com/owncloud/updater/issues/436
10.0.3 already contains a fix for that.

You can extract CHANGELOG.md from 10.0.3.zip package
https://download.owncloud.org/community/owncloud-10.0.3.zip

 unzip -l owncloud-10.0.3.zip 'owncloud/CHANGELOG.md'
Archive:  owncloud-10.0.3.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
    25213  2017-09-15 10:43   owncloud/CHANGELOG.md
---------                     -------
    25213                     1 file
1 Like