Skip to content

Integrity check false alert on fresh installation #5578

@MarcinOrlowski

Description

@MarcinOrlowski

I am doing fresh automated install of NextCloud and each time it reports integrity check issue:

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
	- EXTRA_FILE
		- lib/private/oc_tmp_zJAacJ-.tar.gz

Raw output
==========
Array
(
    [core] => Array
        (
            [EXTRA_FILE] => Array
                (
                    [lib/private/oc_tmp_zJAacJ-.tar.gz] => Array
                        (
                            [expected] => 
                            [current] => .....
                        )
                )
        )
)

The trick is that the file does not exists and as name suggests it is probably something that existed during installation, so the bug is most likely in the order of operations as integrity should checked after all temp files are removed.

Rescan solves the issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    papercutAnnoying recurring UX issue with possibly simple fix.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions