Skip to content

occ db:convert-filecache-bigint not possible in automatic instances #12976

@gcommit

Description

@gcommit

What is going wrong?

Since i implemented NC 15.0.0 in my Dockerfile. it shows the following message:

Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read the documentation page about this.
filecache.mtime
filecache.storage_mtime

It can be converted by:
sudo -u www-data php occ db:convert-filecache-bigint

BUT you have to accept this manually. So for automatism it is NOT usable. And my instances are created automatically.

To Reproduce

Steps to reproduce the behavior:

  1. Start NC 15.0.0
  2. Try to convert the database data to bigint automatically

Expected behavior

A automatic conversion would be the expected behavior.

Actual behaviour

Tell us what happens instead

Server configuration

Operating system: Ubuntu 16.04

Web server: Apache 2.4

Database: 10.0.37+maria-1~xenial

PHP version: v7.0.32-0ubuntu0.16.04.1

Nextcloud version: 15.0.0
Updated from an older Nextcloud/ownCloud or fresh install: fresh install AND upgrade vom NC 14.0.4

Where did you install Nextcloud from: https://download.nextcloud.com/server/releases/

Could you please enable that? Otherwise NC 15.0.0 is not usable for me ... :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    0. Needs triagePending check for reproducibility or if it fits our roadmapbug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions