Cant update from 16.0.1 to 16.0.2

Nextcloud version: 16.0.1
Operating system and version: Ubuntu 18.04.2
Apache or nginx version: nginx/1.14.0 (Ubuntu)
PHP version_: 7.2

If I go to https://mynextcloudip.com/updater/ I get this error:

http://n8970q34vnvidunh897qfc5wenh87v.tk/s/9NaxHcDtGxeLMD7/preview

Is this the first time you’ve seen this error?: Yes

Steps to replicate it:

  1. Open Nextcloud
  2. Go to Settings
  3. Go to Overview
  4. Click on Open Updater and click start update

The output of your Nextcloud log in Admin > Logging:

There isnt nothing from today. Only from a addon that I have removed monday.

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

<?php
$CONFIG = array (
  'instanceid' => 'myid',
  'passwordsalt' => 'mypasswordsalt',
  'secret' => 'mysecret',
  'trusted_domains' => 
  array (
    0 => 'domain1',
    1 => '192.168.178.44',
    2 => 'domain3.tk',
    3 => 'domain4.ml',
  ),
  'datadirectory' => '/home/data/',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'dbtype' => 'mysql',
  'version' => '16.0.1.1',
  'overwrite.cli.url' => 'https://domain1.tk',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'nextclouduser',
  'dbpassword' => 'mydbpassword',
  'installed' => true,
  'mail_smtpmode' => 'smtp',
  'mail_smtpsecure' => 'ssl',
  'mail_sendmailmode' => 'smtp',
  'mail_from_address' => 'myaddress',
  'mail_domain' => 'gmail.com',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtpauth' => 1,
  'mail_smtphost' => 'smtp.gmail.com',
  'mail_smtpport' => '465',
  'mail_smtpname' => 'mail@gmail.com',
  'mail_smtppassword' => 'mypassword',
  'updater.release.channel' => 'stable',
  'maintenance' => false,
  'has_rebuilt_cache' => true,
  'debug' => true,
  'updater.secret' => 'myupdatersecret',
);

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

All is normal

Hope someone can help me.
Thanks for a awesome cloud platform.
~Marlon

There is a file “cloud” in your nextcloud installation folder. It is not part of the nextcloud software. Did you create it manually? You should delete it, or move it to a place outside the folder.

Oh thanks. Cloud was a folder. I read that many people have problems with the new nextcloud version. Shall I update?

The problems seem to be minor. See Minor issue with Apps and User page or file integrity warnings in 16.0.2 for more information. If you can fix those, there’s nothing to hold you back!