Skip to content

Nextcloud uses oc_ prefix on clean install #150

Description

@MegaV0lt

Steps to reproduce

  1. install nextcloud (no upgrade)
  2. setup user/db
  3. look at config.php

Expected behaviour

nc should use nc_ as prefix and userprefix

Actual behaviour

nc uses oc_ as prefix and userprefix

Server configuration

Operating system: Debian 8

Web server: Apache2

Database: MySql

Nextcloud version: 9.0.50

fresh install:

Where did you install Nextcloud from: tar archive

The content of config/config.php:

<?php
$CONFIG = array (
  'instanceid' => 'xxx',
  'passwordsalt' => 'xxx',
  'secret' => 'xxx',
  'trusted_domains' =>
  array (
    0 => 'xxx.ddns.net',
  ),
  'datadirectory' => '/mnt/SSDSA2CT040G3/rootfs/var/www/nextcloud/data',
  'overwrite.cli.url' => 'https://xxx.ddns.net/nextcloud',
  'dbtype' => 'mysql',
  'version' => '9.0.50.0',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'oc_Darkwing1',
  'dbpassword' => 'xxx',
  'logtimezone' => 'UTC',
  'installed' => true,
);

Are you using encryption: no

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions