Skip to content

Commit

Permalink
upgrade to NC20.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: nachoparker <[email protected]>
  • Loading branch information
nachoparker committed Nov 27, 2020
1 parent c42baaa commit e444b7f
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Find the full documentation at [docs.nextcloudpi.com](http://docs.nextcloudpi.co
## Features

* Debian/Raspbian 10 Buster
* Nextcloud 19.0.4
* Nextcloud 20.0.2
* Apache 2.4.25, with HTTP2 enabled
* PHP 7.3
* MariaDB 10
Expand Down
11 changes: 1 addition & 10 deletions bin/ncp-update-nc
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,6 @@ cp nextcloud-old/config/config.php nextcloud/config/
####################
cp -raT nextcloud-old/themes/ nextcloud/themes/

# copy apps
####################
echo "Restore apps..."
for app in $( ls nextcloud-old/apps/*/ -d ); do
app=$( basename "$app" )
[[ ! -d nextcloud/apps/$app ]] && {
echo " * $app"
cp -r nextcloud-old/apps/$app nextcloud/apps
}
done
#false # test point

# copy data if it was at the default location
Expand Down Expand Up @@ -183,6 +173,7 @@ ncc='sudo -u www-data php nextcloud/occ'
$ncc upgrade # && false # test point
$ncc db:add-missing-indices
$ncc | grep -q db:add-missing-columns && $ncc db:add-missing-columns
$ncc | grep -q db:add-missing-primary-keys && $ncc db:add-missing-primary-keys

# done
####################
Expand Down
6 changes: 4 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

[v1.31.0](https://github.com/nextcloud/nextcloudpi/commit/edcfde3) (2020-10-19) upgrade to NC19.0.4
[v1.32.0](https://github.com/nextcloud/nextcloudpi/commit/eb58419) (2020-11-24) upgrade to NC20.0.2

[v1.30.1](https://github.com/nextcloud/nextcloudpi/commit/9450613) (2020-10-20) nc-info: fixed api change for portchecker (#1194)
[v1.31.0](https://github.com/nextcloud/nextcloudpi/commit/ab9184c) (2020-10-19) upgrade to NC19.0.4

[v1.30.1 ](https://github.com/nextcloud/nextcloudpi/commit/9450613) (2020-10-20) nc-info: fixed api change for portchecker (#1194)

[v1.30.0 ](https://github.com/nextcloud/nextcloudpi/commit/f00fe21) (2020-09-19) upgrade to NC19.0.2

Expand Down
2 changes: 1 addition & 1 deletion etc/ncp-config.d/nc-nextcloud.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"id": "VER",
"name": "Version",
"value": "19.0.4"
"value": "20.0.2"
},
{
"id": "BETA",
Expand Down
2 changes: 1 addition & 1 deletion etc/ncp.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"nextcloud_version": "19.0.4",
"nextcloud_version": "20.0.2",
"php_version": "7.3",
"release": "buster"
}
2 changes: 1 addition & 1 deletion ncp-app/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<category>tools</category>
<bugs>https://github.com/nextcloud/nextcloudpi/issues</bugs>
<dependencies>
<nextcloud min-version="14" max-version="19"/>
<nextcloud min-version="14" max-version="20"/>
</dependencies>
<navigations>
<navigation>
Expand Down
2 changes: 1 addition & 1 deletion ncp-previewgenerator/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The first time you activate this app through 'nc-previews-auto', you properly wa
</types>
<dependencies>
<php min-version="7.0"/>
<nextcloud min-version="14" max-version="19" />
<nextcloud min-version="14" max-version="20" />
</dependencies>

<commands>
Expand Down

0 comments on commit e444b7f

Please sign in to comment.