You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delete the old owncloud log file in the data directory.
Backup owncloud data, config, and apps directories.
Rename the /var/www/html/owncloud directory to "xowncloud".
Download the Nextcloud zip file to user "Downloads" directory and extract.
Rename the extracted nextcloud directory to owncloud. Nextcloud is to be used as a "drop in" replacement for ownCloud.
Copy extracted owncloud directory to the /var/www/html directory.
Restore the ownCloud config.php file.
Restore the ownCloud database from backups.
Set recommended "strict" permissions and ownership on /var/www/html/owncloud directory and its' subdirectories.
Trigger the update process from the Nextcloud web interface.
The Nextcloud database and Official apps appear to be updated as shown in the web interface.
An error occurs and informs user to report the problem to the Nextcloud Community.
Expected behaviour
A clean upgrade from ownCloud 8.2.1 to Nextcloud 9.0.x with no critical errors on the web interface. BTW, this same problem exists when upgrading from ownCloud 8.2.1 to 9.0.2. In the recent past I tried to do updates in the ownCloud 8.2.x > 8.2.1 and kept getting errors, such as webDav not correctly running that kept the system from being current to ownCloud 8.2.5. According to documentation sources I should be able to upgrade from 8.2.1 to Nextcloud 9.
Actual behaviour
The following error is displayed in the Nextcloud web interface:
federation: An exception occurred while executing 'CREATE TABLE `oc_trusted_servers` (`id` INT AUTO_INCREMENT NOT NULL, `url` VARCHAR(512) NOT NULL COMMENT 'Url of trusted server', `url_hash` VARCHAR(255) DEFAULT '' NOT NULL COMMENT 'sha1 hash of the url without the protocol', `token` VARCHAR(128) DEFAULT NULL COMMENT 'token used to exchange the shared secret', `shared_secret` VARCHAR(256) DEFAULT NULL COMMENT 'shared secret used to authenticate', `status` INT DEFAULT 2 NOT NULL COMMENT 'current status of the connection', `sync_token` VARCHAR(512) DEFAULT NULL COMMENT 'cardDav sync token', UNIQUE INDEX url_hash (`url_hash`), PRIMARY KEY(`id`)) DEFAULT CHARACTER SET utf8 COLLATE utf8_bin ENGINE = InnoDB': SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'oc_trusted_servers' already exists
Server configuration
Operating system:
Fedora 23 - 32-bit
Web server:
Apache 2.4.18
Database:
mariadb 10.0.23
PHP version:
5.6.22 Nextcloud version:
9.0.51
Updated from an older Nextcloud/ownCloud or fresh install:
8.2.1
Where did you install Nextcloud from:
As indicated in "Steps to reproduce".
Signing status (Nextcloud 9.0 and above):
Login as admin user into your Nextcloud and access http://example.com/index.php/settings/integrity/failed paste the results here.
Steps to reproduce
Expected behaviour
A clean upgrade from ownCloud 8.2.1 to Nextcloud 9.0.x with no critical errors on the web interface. BTW, this same problem exists when upgrading from ownCloud 8.2.1 to 9.0.2. In the recent past I tried to do updates in the ownCloud 8.2.x > 8.2.1 and kept getting errors, such as webDav not correctly running that kept the system from being current to ownCloud 8.2.5. According to documentation sources I should be able to upgrade from 8.2.1 to Nextcloud 9.
Actual behaviour
The following error is displayed in the Nextcloud web interface:
Server configuration
Operating system:
Fedora 23 - 32-bit
Web server:
Apache 2.4.18
Database:
mariadb 10.0.23
PHP version:
5.6.22
Nextcloud version:
9.0.51
Updated from an older Nextcloud/ownCloud or fresh install:
8.2.1
Where did you install Nextcloud from:
As indicated in "Steps to reproduce".
Signing status (Nextcloud 9.0 and above):
Could not find these results.
List of activated apps:
The content of config/config.php:
Are you using external storage, if yes which one:
local
Are you using encryption:
no
Are you using an external user-backend, if yes which one: n/a
LDAP configuration (delete this part if not used)
Client configuration
Browser:
Firefox 47.0
Operating system:
Fedora 32 - 32-bit
Logs
Web server error log
Web server log
Nextcloud log
Not sure how to do these.