Nextcloud version upgrade stuck at Step 6

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version (eg, 29.0.5): 29.0.4.1
Operating system and version (eg, Ubuntu 24.04): unknown using shared hosting
Apache or nginx version (eg, Apache 2.4.25): unknown using shared hosting
PHP version (eg, 8.3): 8.2

The issue you are facing:

Step 6 is currently in process. Please reload this page later or remove the following file to start from scratch: /homepages/10/d272960124/htdocs/john/nc/data/updater-ocqwrribkkwc/.step

There is no .step file in that directory

Is this the first time you’ve seen this error? (Y):

Steps to replicate it:

The output of your Nextcloud log in Admin > Logging:

PASTE HERE

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'instanceid' => 'ocqwrribkkwc',
  'passwordsalt' => 'xyz',
  'secret' => 'xyz',
  'trusted_domains' => 
  array (
    0 => 'domain.com',
  ),
  'datadirectory' => '/homepages/10/d272960124/htdocs/j/nc/data',
  'dbtype' => 'sqlite3',
  'version' => '29.0.3.4',
  'overwrite.cli.url' => 'https://domain.com/nc',
  'overwriteprotocol' => 'https',
  'installed' => true,
  'maintenance' => true,
  'theme' => '',
  'loglevel' => 2,
  'twofactor_enforced' => 'true',
  'twofactor_enforced_groups' => 
  array (
  ),
  'twofactor_enforced_excluded_groups' => 
  array (
  ),
  'updater.secret' => 'xyz',

The output of your Apache/nginx/system log in /var/log/____:

PASTE HERE

Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.

PASTE HERE

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.