mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
patch the version file to allow upgrading from owncloud > v10.13
Some customers already migrated from 10.15.3 and needed to edit the version.php file before the migration. 10.16 was recently published and it seems migration from there also works fine. Signed-off-by: Sebastian Möbus <sebastian@nextcloud.com>
This commit is contained in:
parent
86c2dd467d
commit
4f933d3505
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ $OC_VersionCanBeUpgradedFrom = [
|
|||
],
|
||||
'owncloud' => [
|
||||
'10.13' => true,
|
||||
'10.14' => true,
|
||||
'10.15' => true,
|
||||
'10.16' => true,
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue