I would really welcome some advice on how best to go about this. Is it possible to build a Centos/Apache version of 6.0.1 and then run through the upgrades? If yes then can someone advise which releases I need to go through?
I have less than a hundred users and 8k files in 1200 folders - perhaps we could migrate the necessary mysql data (making required changes for table layouts etc.)?
Or perhaps I just bulk upload the files (almost all of them are in a one particular user’s folder and then shared from there) - and possibly fix the timestamps in the database (not sure if the users will need this, perhaps not).
Many thanks in advance for all advice.
From what i have read in the past its not even possible to migrate from windows to linux [1]. I guess you have two options:
fresh installation of 9.1.5 and let your users import their data from client-side
contact the ownCloud company to get a quote / support for such a migration
[1]
opened 09:29AM - 09 Dec 15 UTC
closed 09:31AM - 09 Dec 15 UTC
### Steps to reproduce
1. Install Linux server with OC 8.0.2
2. Move config / da… ta / DB from Windows to Linux Server
3. Run files:scan --all to be able to access files again
### Expected behaviour
All Users can see their files, shared links and shared with other users content
### Actual behaviour
Users can see their own files.
Shared Links etc. is lost.
### Server configuration
**Operating system**: Windows 2008 R2 -> Ubuntu 14.04.3 LTS
**Web server:** IIS 7.5 -> Apache2
**Database:** MySQL 5.7 -> MySQL 5.5
**PHP version:** NA -> 5.5.9
**ownCloud version:** 8.0.2 -> 8.0.2
**Updated from an older ownCloud or fresh install: Migration
**List of activated apps:**
- disclaimer
- files
- files_pdfviewer
- files_sharing
- files_texteditor
- files_versions
- provisioning_api
- templateeditor
- updater
- user_ldap
**The content of config/config.php:**
<?php
$CONFIG = array (
'instanceid' => 'x',
'passwordsalt' => 'x',
'secret' => 'x',
'trusted_domains' =>
array (
0 => '10.50.30.186',
),
'datadirectory' => '/var/www/owncloud/data',
'overwrite.cli.url' => 'x',
'dbtype' => 'mysql',
'version' => '8.0.2.0',
'dbname' => 'owncloud',
'dbhost' => 'localhost',
'dbtableprefix' => 'oc_',
'dbuser' => 'x',
'dbpassword' => 'x',
'installed' => true,
'ldapIgnoreNamingRules' => false,
'theme' => 'sivantos',
'mail_smtpmode' => 'smtp',
'mail_smtphost' => 'x',
'mail_smtpport' => '25',
'mail_from_address' => 'x',
'mail_domain' => 'x',
'forcessl' => true,
'enable_avatars' => false,
'loglevel' => 0,
'proxy' => '10.50.30.3:81'
);
**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:** LDAP
### Client configuration
**Browser:** Chrome
**Operating system:** Windows 7
### Logs
#### ownCloud log (data/owncloud.log)
{"reqId":"9402b2bf254cb81f9dd21192f878795a","remoteAddr":"10.50.30.3","app":"share","message":"could not resolve linkItem","level":0,"time":"2015-12-09T09:22:37+00:00","method":"GET","url":"\/index.php\/apps\/files_sharing\/ajax\/list.php?t=TY6R32YHFSw14Kx&dir=%2F&sort=name&sortdirection=asc"}