server icon indicating copy to clipboard operation
server copied to clipboard

[Bug]: refused upgrade due to unexpected ./dist/ folder

Open umlaeute opened this issue 3 years ago • 0 comments
trafficstars

⚠️ This issue respects the following points: ⚠️

  • [X] This is a bug, not a question or a configuration/webserver/proxy issue.
  • [X] This issue is not already reported on Github (I've searched it).
  • [X] Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
  • [X] Nextcloud Server is running on 64bit capable CPU, PHP and OS.
  • [X] I agree to follow Nextcloud's Code of Conduct.

Bug description

Updating NextCloud (via the webinterface) leaves a ./dist/ folder in the nextcloud webroot, but the next time you want to upgrade, NextCloud refuses to do so, as it detects unexpected files ./dist/.

Steps to reproduce

  1. Upgrade your system from NextCloud-23.0.6 to NextCloud-24.0.2
  2. Note that you now have a dist/ folder in your nextcloud webroot (containing files like ./dist/core-main.js)
  3. Try to upgrade to NextCloud-24.0.3 via the web-updater
  4. Note that the updater refuses to work with an error message such as

    Unexpected Files: ./dist/

  5. Removing (:thinking: ) the ./dist/ folder and re-attempting to upgrade brings your system successfully to NextCloud-24.0.3
  6. Note that you now have a dist/ folder in your nextcloud webroot again (containing the same files, albeit changed)

Expected behavior

Upgrading between NextCloud versions should succeed.

Files maintained by NextCloud should be properly known to the system (rather than unexpected).

Installation method

Manual installation

Operating system

Debian/Ubuntu

PHP engine version

PHP 7.4

Web server

Apache (supported)

Database engine version

PostgreSQL

Is this bug present after an update or on a fresh install?

Updated from a minor version (ex. 22.2.3 to 22.2.4)

Are you using the Nextcloud Server Encryption module?

Encryption is Disabled

What user-backends are you using?

  • [x] Default user-backend (database)
  • [X] LDAP/ Active Directory
  • [ ] SSO - SAML
  • [ ] Other

Configuration report

{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "version": "24.0.3.2",
        "installed": true,
        "maintenance": false,
        "singleuser": false,
        "updatechecker": false,
        "name": "iemCloud",
        "title": "iemCloud",
        "theme": "",
        "trusted_domains": [
            "cloud.iem.at",
            "cloud.iemnet"
        ],
        "log_type": "owncloud",
        "logfile": "\/var\/log\/owncloud\/owncloud.log",
        "loglevel": 2,
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "trashbin_retention_obligation": "auto",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "pgsql",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "dbtableprefix": "oc_",
        "lost_password_link": "https:\/\/users.iem.at\/login",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpdebug": false,
        "mail_smtpmode": "smtp",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "25",
        "defaultapp": "files,dashboard",
        "appstoreenabled": true,
        "appstore.experimental.enabled": false,
        "appstoreurl": "https:\/\/apps.nextcloud.com\/api\/v1",
        "apps_paths": [
            {
                "path": "\/var\/www\/nextcloud\/apps",
                "url": "\/apps",
                "writable": true
            }
        ],
        "enable_previews": true,
        "preview_libreoffice_path": "\/usr\/bin\/libreoffice",
        "preview_office_cl_parameters": " --headless --nologo --nofirststartwizard --invisible --norestore -convert-to pdf -outdir ",
        "default_phone_region": "AT",
        "ldapIgnoreNamingRules": false,
        "forcessl": true,
        "log_rotate_size": 10485760,
        "ldapProviderFactory": "\\OCA\\User_LDAP\\LDAPProviderFactory",
        "overwrite.cli.url": "https:\/\/cloud.iemnet",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "memcache.distributed": "\\OC\\Memcache\\Memcached",
        "memcached_servers": [
            [
                "localhost",
                11211
            ]
        ],
        "updater.secret": "***REMOVED SENSITIVE VALUE***"
    }
}

List of activated Apps

Enabled:
  - accessibility: 1.10.0
  - activity: 2.16.0
  - admin_audit: 1.14.0
  - bruteforcesettings: 2.4.0
  - calendar: 3.4.2
  - circles: 24.0.0
  - cloud_federation_api: 1.7.0
  - comments: 1.14.0
  - contacts: 4.2.0
  - contactsinteraction: 1.5.0
  - dashboard: 7.4.0
  - dav: 1.22.0
  - federatedfilesharing: 1.14.0
  - federation: 1.14.0
  - files: 1.19.0
  - files_pdfviewer: 2.5.0
  - files_rightclick: 1.3.0
  - files_sharing: 1.16.2
  - files_trashbin: 1.14.0
  - files_versions: 1.17.0
  - files_videoplayer: 1.13.0
  - firstrunwizard: 2.13.0
  - forms: 2.5.1
  - logreader: 2.9.0
  - lookup_server_connector: 1.12.0
  - nextcloud_announcements: 1.13.0
  - notifications: 2.12.0
  - oauth2: 1.12.0
  - password_policy: 1.14.0
  - photos: 1.6.0
  - privacy: 1.8.0
  - provisioning_api: 1.14.0
  - recommendations: 1.3.0
  - richdocuments: 6.1.1
  - serverinfo: 1.14.0
  - settings: 1.6.0
  - sharebymail: 1.14.0
  - support: 1.7.0
  - survey_client: 1.12.0
  - systemtags: 1.14.0
  - text: 3.5.1
  - theming: 1.15.0
  - twofactor_backupcodes: 1.13.0
  - updatenotification: 1.14.0
  - user_ldap: 1.14.1
  - user_status: 1.4.0
  - viewer: 1.8.0
  - weather_status: 1.4.0
  - workflowengine: 2.6.0
Disabled:
  - encryption
  - files_external: 0.2

Nextcloud Signing status

No errors have been found.

Nextcloud Logs

2022-08-03T09:05:50+0200 i6JyL0Venb [info] request to updater
2022-08-03T09:05:50+0200 i6JyL0Venb [info] currentStep()
2022-08-03T09:05:50+0200 i6JyL0Venb [info] show HTML page
2022-08-03T09:05:50+0200 i6JyL0Venb [info] current version: 24.0.2 build time: 2022-06-20T15:28:09+00:00 2764c381a054ca8284975e70037e96411d2ce8f8
2022-08-03T09:05:50+0200 i6JyL0Venb [info] getUpdateServerResponse()
2022-08-03T09:05:50+0200 i6JyL0Venb [info] updaterServer: https://updates.nextcloud.com/updater_server/
2022-08-03T09:05:50+0200 i6JyL0Venb [info] releaseChannel: stable
2022-08-03T09:05:50+0200 i6JyL0Venb [info] internal version: 24.0.2.1
2022-08-03T09:05:50+0200 i6JyL0Venb [info] updateURL: https://updates.nextcloud.com/updater_server/?version=24x0x2x1xxxstablexx2022-06-20T15%3A28%3A09%2B00%3A00+2764c381a054ca8284975e70037e96411d2ce8f8x7x4x30
2022-08-03T09:05:51+0200 i6JyL0Venb [info] getUpdateServerResponse response: Array
(
    [version] => 24.0.3.2
    [versionstring] => Nextcloud 24.0.3
    [url] => https://download.nextcloud.com/server/releases/nextcloud-24.0.3.zip
    [web] => https://docs.nextcloud.com/server/24/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=24.0.3
    [autoupdater] => 1
    [eol] => 0
    [signature] => IxN4l9N+J7kdW52lWsdwE0ttRXdjjxNwBga68qeo0eRHytSCIfDZXnXaQr9j/Vg+
7l9LZNMlIEKNuqygpqQ3zJYc3uzjCdVa8gls+TpE64sHzHsz6V+oJvTzdYr8by1M
ebb2NlQQ5PxdfoDcjw7Ghpr1vSAvg8qCK7EGlyF9lLxKbgHYulXflEImWhEG+AX9
KzLekRsFNV3UCgrcTAPxcp25DQNhO4ycui1MkuuT2ItVu2/39LskdoufmC37U9Dg
DZE+eSg0K0iXd1GRq5J/U187yLCAC1GrHp31Y/uJcNeb6UsRtOGYsQCYh9LAGIEk
+0j8S/oTcIze/6zF0PLk4g==
)

2022-08-03T09:05:51+0200 i6JyL0Venb [info] checkForUpdate() Array
(
    [version] => 24.0.3.2
    [versionstring] => Nextcloud 24.0.3
    [url] => https://download.nextcloud.com/server/releases/nextcloud-24.0.3.zip
    [web] => https://docs.nextcloud.com/server/24/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=24.0.3
    [autoupdater] => 1
    [eol] => 0
    [signature] => IxN4l9N+J7kdW52lWsdwE0ttRXdjjxNwBga68qeo0eRHytSCIfDZXnXaQr9j/Vg+
7l9LZNMlIEKNuqygpqQ3zJYc3uzjCdVa8gls+TpE64sHzHsz6V+oJvTzdYr8by1M
ebb2NlQQ5PxdfoDcjw7Ghpr1vSAvg8qCK7EGlyF9lLxKbgHYulXflEImWhEG+AX9
KzLekRsFNV3UCgrcTAPxcp25DQNhO4ycui1MkuuT2ItVu2/39LskdoufmC37U9Dg
DZE+eSg0K0iXd1GRq5J/U187yLCAC1GrHp31Y/uJcNeb6UsRtOGYsQCYh9LAGIEk
+0j8S/oTcIze/6zF0PLk4g==
)

2022-08-03T09:05:51+0200 i6JyL0Venb [info] getChangelogURL()
2022-08-03T09:05:51+0200 i6JyL0Venb [info] end of checkForUpdate() Update to Nextcloud 24.0.3 available. (channel: "stable")<br /><span class="light">Following file will be downloaded automatically:</span> <code class="light">https://download.nextcloud.com/server/releases/nextcloud-24.0.3.zip</code><br /><a class="external_link" href="https://nextcloud.com/changelog/#24-0-3" target="_blank" rel="noreferrer noopener">Open changelog ↗</a>
2022-08-03T09:05:54+0200 d4sdl16FxT [info] request to updater
2022-08-03T09:05:54+0200 d4sdl16FxT [info] currentStep()
2022-08-03T09:05:54+0200 d4sdl16FxT [info] POST request for step "1"
2022-08-03T09:05:54+0200 d4sdl16FxT [info] startStep("1")
2022-08-03T09:05:54+0200 d4sdl16FxT [info] checkForExpectedFilesAndFolders()
2022-08-03T09:05:54+0200 d4sdl16FxT [error] POST request failed with UpdateException
2022-08-03T09:05:54+0200 d4sdl16FxT [error] Exception: UpdateException
Message: 
Code:0
Trace:
#0 /var/www/nextcloud/updater/index.php(1361): Updater->checkForExpectedFilesAndFolders()
#1 {main}
File:/var/www/nextcloud/updater/index.php
Line:412
Data:
Array
(
    [0] => dist
)


2022-08-03T09:05:54+0200 d4sdl16FxT [info] rollbackChanges("1")
2022-08-03T09:05:54+0200 d4sdl16FxT [info] unlink .step
2022-08-03T09:05:54+0200 d4sdl16FxT [info] end of  rollbackChanges()
2022-08-03T09:06:45+0200 6AdOAaYz77 [info] request to updater
2022-08-03T09:06:45+0200 6AdOAaYz77 [info] currentStep()
2022-08-03T09:06:45+0200 6AdOAaYz77 [info] POST request for step "1"
2022-08-03T09:06:45+0200 6AdOAaYz77 [info] startStep("1")
2022-08-03T09:06:45+0200 6AdOAaYz77 [info] checkForExpectedFilesAndFolders()
2022-08-03T09:06:45+0200 6AdOAaYz77 [info] end of checkForExpectedFilesAndFolders()
2022-08-03T09:06:45+0200 6AdOAaYz77 [info] endStep("1")
2022-08-03T09:06:45+0200 OgEwbTt3DP [info] request to updater
2022-08-03T09:06:45+0200 OgEwbTt3DP [info] currentStep()
2022-08-03T09:06:45+0200 OgEwbTt3DP [info] Step 1 is in state "end".
2022-08-03T09:06:45+0200 OgEwbTt3DP [info] POST request for step "2"
2022-08-03T09:06:45+0200 OgEwbTt3DP [info] startStep("2")
2022-08-03T09:06:45+0200 OgEwbTt3DP [info] checkWritePermissions()
2022-08-03T09:06:45+0200 OgEwbTt3DP [info] end of checkWritePermissions()
2022-08-03T09:06:45+0200 OgEwbTt3DP [info] endStep("2")
2022-08-03T09:06:45+0200 FdE0magHcz [info] request to updater
2022-08-03T09:06:45+0200 FdE0magHcz [info] currentStep()
2022-08-03T09:06:45+0200 FdE0magHcz [info] Step 2 is in state "end".
2022-08-03T09:06:45+0200 FdE0magHcz [info] POST request for step "3"
2022-08-03T09:06:45+0200 FdE0magHcz [info] startStep("3")
2022-08-03T09:06:45+0200 FdE0magHcz [info] createBackup()
2022-08-03T09:06:45+0200 FdE0magHcz [info] backup folder location: /var/lib/iemcloud/data/updater-ocb6155c0dd2/backups/nextcloud-24.0.2.1-1659510405/
2022-08-03T09:11:48+0200 FdE0magHcz [info] end of createBackup()
2022-08-03T09:11:48+0200 FdE0magHcz [info] endStep("3")
2022-08-03T09:11:48+0200 k6pbSkMqCI [info] request to updater
2022-08-03T09:11:48+0200 k6pbSkMqCI [info] currentStep()
2022-08-03T09:11:48+0200 k6pbSkMqCI [info] Step 3 is in state "end".
2022-08-03T09:11:48+0200 k6pbSkMqCI [info] POST request for step "4"
2022-08-03T09:11:48+0200 k6pbSkMqCI [info] startStep("4")
2022-08-03T09:11:48+0200 k6pbSkMqCI [info] downloadUpdate()
2022-08-03T09:11:48+0200 k6pbSkMqCI [info] getUpdateServerResponse()
2022-08-03T09:11:48+0200 k6pbSkMqCI [info] updaterServer: https://updates.nextcloud.com/updater_server/
2022-08-03T09:11:48+0200 k6pbSkMqCI [info] releaseChannel: stable
2022-08-03T09:11:48+0200 k6pbSkMqCI [info] internal version: 24.0.2.1
2022-08-03T09:11:48+0200 k6pbSkMqCI [info] updateURL: https://updates.nextcloud.com/updater_server/?version=24x0x2x1xxxstablexx2022-06-20T15%3A28%3A09%2B00%3A00+2764c381a054ca8284975e70037e96411d2ce8f8x7x4x30
2022-08-03T09:11:48+0200 k6pbSkMqCI [info] getUpdateServerResponse response: Array
(
    [version] => 24.0.3.2
    [versionstring] => Nextcloud 24.0.3
    [url] => https://download.nextcloud.com/server/releases/nextcloud-24.0.3.zip
    [web] => https://docs.nextcloud.com/server/24/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=24.0.3
    [autoupdater] => 1
    [eol] => 0
    [signature] => IxN4l9N+J7kdW52lWsdwE0ttRXdjjxNwBga68qeo0eRHytSCIfDZXnXaQr9j/Vg+
7l9LZNMlIEKNuqygpqQ3zJYc3uzjCdVa8gls+TpE64sHzHsz6V+oJvTzdYr8by1M
ebb2NlQQ5PxdfoDcjw7Ghpr1vSAvg8qCK7EGlyF9lLxKbgHYulXflEImWhEG+AX9
KzLekRsFNV3UCgrcTAPxcp25DQNhO4ycui1MkuuT2ItVu2/39LskdoufmC37U9Dg
DZE+eSg0K0iXd1GRq5J/U187yLCAC1GrHp31Y/uJcNeb6UsRtOGYsQCYh9LAGIEk
+0j8S/oTcIze/6zF0PLk4g==
)

2022-08-03T09:11:48+0200 k6pbSkMqCI [info] storage location exists
2022-08-03T09:11:53+0200 k6pbSkMqCI [info] end of downloadUpdate()
2022-08-03T09:11:53+0200 k6pbSkMqCI [info] endStep("4")
2022-08-03T09:11:53+0200 CYlJ7yVo1D [info] request to updater
2022-08-03T09:11:53+0200 CYlJ7yVo1D [info] currentStep()
2022-08-03T09:11:53+0200 CYlJ7yVo1D [info] Step 4 is in state "end".
2022-08-03T09:11:53+0200 CYlJ7yVo1D [info] POST request for step "5"
2022-08-03T09:11:53+0200 CYlJ7yVo1D [info] startStep("5")
2022-08-03T09:11:53+0200 CYlJ7yVo1D [info] verifyIntegrity()
2022-08-03T09:11:53+0200 CYlJ7yVo1D [info] getUpdateServerResponse()
2022-08-03T09:11:53+0200 CYlJ7yVo1D [info] updaterServer: https://updates.nextcloud.com/updater_server/
2022-08-03T09:11:53+0200 CYlJ7yVo1D [info] releaseChannel: stable
2022-08-03T09:11:53+0200 CYlJ7yVo1D [info] internal version: 24.0.2.1
2022-08-03T09:11:53+0200 CYlJ7yVo1D [info] updateURL: https://updates.nextcloud.com/updater_server/?version=24x0x2x1xxxstablexx2022-06-20T15%3A28%3A09%2B00%3A00+2764c381a054ca8284975e70037e96411d2ce8f8x7x4x30
2022-08-03T09:11:53+0200 CYlJ7yVo1D [info] getUpdateServerResponse response: Array
(
    [version] => 24.0.3.2
    [versionstring] => Nextcloud 24.0.3
    [url] => https://download.nextcloud.com/server/releases/nextcloud-24.0.3.zip
    [web] => https://docs.nextcloud.com/server/24/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=24.0.3
    [autoupdater] => 1
    [eol] => 0
    [signature] => IxN4l9N+J7kdW52lWsdwE0ttRXdjjxNwBga68qeo0eRHytSCIfDZXnXaQr9j/Vg+
7l9LZNMlIEKNuqygpqQ3zJYc3uzjCdVa8gls+TpE64sHzHsz6V+oJvTzdYr8by1M
ebb2NlQQ5PxdfoDcjw7Ghpr1vSAvg8qCK7EGlyF9lLxKbgHYulXflEImWhEG+AX9
KzLekRsFNV3UCgrcTAPxcp25DQNhO4ycui1MkuuT2ItVu2/39LskdoufmC37U9Dg
DZE+eSg0K0iXd1GRq5J/U187yLCAC1GrHp31Y/uJcNeb6UsRtOGYsQCYh9LAGIEk
+0j8S/oTcIze/6zF0PLk4g==
)

2022-08-03T09:11:53+0200 CYlJ7yVo1D [info] storage location: /var/lib/iemcloud/data/updater-ocb6155c0dd2/downloads/
2022-08-03T09:11:55+0200 CYlJ7yVo1D [info] end of verifyIntegrity()
2022-08-03T09:11:55+0200 CYlJ7yVo1D [info] endStep("5")
2022-08-03T09:11:55+0200 7vScLluAoa [info] request to updater
2022-08-03T09:11:55+0200 7vScLluAoa [info] currentStep()
2022-08-03T09:11:55+0200 7vScLluAoa [info] Step 5 is in state "end".
2022-08-03T09:11:55+0200 7vScLluAoa [info] POST request for step "6"
2022-08-03T09:11:55+0200 7vScLluAoa [info] startStep("6")
2022-08-03T09:11:55+0200 7vScLluAoa [info] extractDownload()
2022-08-03T09:11:55+0200 7vScLluAoa [info] storage location: /var/lib/iemcloud/data/updater-ocb6155c0dd2/downloads/
2022-08-03T09:12:44+0200 7vScLluAoa [info] end of extractDownload()
2022-08-03T09:12:44+0200 7vScLluAoa [info] endStep("6")
2022-08-03T09:12:44+0200 DDtGV3agDf [info] request to updater
2022-08-03T09:12:44+0200 DDtGV3agDf [info] currentStep()
2022-08-03T09:12:44+0200 DDtGV3agDf [info] Step 6 is in state "end".
2022-08-03T09:12:44+0200 DDtGV3agDf [info] POST request for step "7"
2022-08-03T09:12:44+0200 DDtGV3agDf [info] startStep("7")
2022-08-03T09:12:44+0200 DDtGV3agDf [info] setMaintenanceMode("true")
2022-08-03T09:12:44+0200 DDtGV3agDf [info] configFileName /var/www/nextcloud/updater/../config/config.php
2022-08-03T09:12:44+0200 DDtGV3agDf [info] end of setMaintenanceMode()
2022-08-03T09:12:44+0200 DDtGV3agDf [info] endStep("7")
2022-08-03T09:12:44+0200 3eMnezHBO6 [info] request to updater
2022-08-03T09:12:44+0200 3eMnezHBO6 [info] currentStep()
2022-08-03T09:12:44+0200 3eMnezHBO6 [info] Step 7 is in state "end".
2022-08-03T09:12:44+0200 3eMnezHBO6 [info] POST request for step "8"
2022-08-03T09:12:44+0200 3eMnezHBO6 [info] startStep("8")
2022-08-03T09:12:44+0200 3eMnezHBO6 [info] replaceEntryPoints()
2022-08-03T09:12:44+0200 3eMnezHBO6 [info] replace index.php
2022-08-03T09:12:44+0200 3eMnezHBO6 [info] replace status.php
2022-08-03T09:12:44+0200 3eMnezHBO6 [info] replace remote.php
2022-08-03T09:12:44+0200 3eMnezHBO6 [info] replace public.php
2022-08-03T09:12:44+0200 3eMnezHBO6 [info] replace ocs/v1.php
2022-08-03T09:12:44+0200 3eMnezHBO6 [info] replace ocs/v2.php
2022-08-03T09:12:44+0200 3eMnezHBO6 [info] end of replaceEntryPoints()
2022-08-03T09:12:44+0200 3eMnezHBO6 [info] endStep("8")
2022-08-03T09:12:44+0200 4EfrFycWH4 [info] request to updater
2022-08-03T09:12:44+0200 4EfrFycWH4 [info] currentStep()
2022-08-03T09:12:44+0200 4EfrFycWH4 [info] Step 8 is in state "end".
2022-08-03T09:12:44+0200 4EfrFycWH4 [info] POST request for step "9"
2022-08-03T09:12:45+0200 4EfrFycWH4 [info] startStep("9")
2022-08-03T09:12:45+0200 4EfrFycWH4 [info] deleteOldFiles()
2022-08-03T09:12:45+0200 4EfrFycWH4 [info] config sample exists
2022-08-03T09:12:45+0200 4EfrFycWH4 [info] themes README exists
2022-08-03T09:12:46+0200 4EfrFycWH4 [info] end of deleteOldFiles()
2022-08-03T09:12:46+0200 4EfrFycWH4 [info] endStep("9")
2022-08-03T09:12:46+0200 TXOqx6l0sn [info] request to updater
2022-08-03T09:12:46+0200 TXOqx6l0sn [info] currentStep()
2022-08-03T09:12:46+0200 TXOqx6l0sn [info] Step 9 is in state "end".
2022-08-03T09:12:46+0200 TXOqx6l0sn [info] POST request for step "10"
2022-08-03T09:12:46+0200 TXOqx6l0sn [info] startStep("10")
2022-08-03T09:12:46+0200 TXOqx6l0sn [info] moveNewVersionInPlace()
2022-08-03T09:12:46+0200 TXOqx6l0sn [info] storage location: /var/lib/iemcloud/data/updater-ocb6155c0dd2/downloads/nextcloud/
2022-08-03T09:13:18+0200 TXOqx6l0sn [info] end of moveNewVersionInPlace()
2022-08-03T09:13:18+0200 TXOqx6l0sn [info] endStep("10")
2022-08-03T09:15:38+0200 6V1wLmSQm6 [info] request to updater
2022-08-03T09:15:38+0200 6V1wLmSQm6 [info] currentStep()
2022-08-03T09:15:38+0200 6V1wLmSQm6 [info] POST request for step "11"
2022-08-03T09:15:38+0200 6V1wLmSQm6 [info] startStep("11")
2022-08-03T09:15:38+0200 6V1wLmSQm6 [info] setMaintenanceMode("false")
2022-08-03T09:15:38+0200 6V1wLmSQm6 [info] configFileName /var/www/nextcloud/updater/../config/config.php
2022-08-03T09:15:38+0200 6V1wLmSQm6 [info] end of setMaintenanceMode()
2022-08-03T09:15:38+0200 6V1wLmSQm6 [info] endStep("11")
2022-08-03T09:15:38+0200 15OA9Bm4Z6 [info] request to updater
2022-08-03T09:15:38+0200 15OA9Bm4Z6 [info] currentStep()
2022-08-03T09:15:38+0200 15OA9Bm4Z6 [info] Step 11 is in state "end".
2022-08-03T09:15:38+0200 15OA9Bm4Z6 [info] POST request for step "12"
2022-08-03T09:15:38+0200 15OA9Bm4Z6 [info] startStep("12")
2022-08-03T09:15:38+0200 15OA9Bm4Z6 [info] finalize()
2022-08-03T09:15:38+0200 15OA9Bm4Z6 [info] storage location: /var/lib/iemcloud/data/updater-ocb6155c0dd2/downloads/nextcloud/
2022-08-03T09:15:38+0200 15OA9Bm4Z6 [info] call opcache_reset()
2022-08-03T09:15:38+0200 15OA9Bm4Z6 [info] end of finalize()
2022-08-03T09:15:38+0200 15OA9Bm4Z6 [info] endStep("12")

Additional info

I track my nextcloud installation with Git (for easier rollback, i'm just paranoid), and I don't see any unexpected file changes after my upgrade to NextCloud-24.0.2, so I'm pretty sure that this directory properly belongs to NextCloud. This also shows me that the ./dist folder first appeared after upgrading NextCloud to 24.0.2 a month ago.

umlaeute avatar Aug 03 '22 07:08 umlaeute