Skip to content

Commit ec428a2

Browse files
committed
upgrade to NC20.0.4
Signed-off-by: nachoparker <nacho@ownyourbits.com>
1 parent 82d00c8 commit ec428a2

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Find the full documentation at [docs.nextcloudpi.com](http://docs.nextcloudpi.co
1616
## Features
1717

1818
* Debian/Raspbian 10 Buster
19-
* Nextcloud 20.0.3
19+
* Nextcloud 20.0.4
2020
* Apache 2.4.25, with HTTP2 enabled
2121
* PHP 7.3
2222
* MariaDB 10

bin/ncp-update-nc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,10 @@ find nextcloud/ -type f -exec chmod 640 {} \;
181181
echo "Upgrade..."
182182
ncc='sudo -u www-data php nextcloud/occ'
183183
$ncc upgrade # && false # test point
184-
$ncc | grep -q db:add-missing-indices && $ncc db:add-missing-indices
185-
$ncc | grep -q db:add-missing-columns && $ncc db:add-missing-columns
186-
$ncc | grep -q db:add-missing-primary-keys && $ncc db:add-missing-primary-keys
187-
$ncc | grep -q db:convert-filecache-bigint && $ncc db:convert-filecache-bigint
184+
$ncc | grep -q db:add-missing-indices && $ncc db:add-missing-indices -n
185+
$ncc | grep -q db:add-missing-columns && $ncc db:add-missing-columns -n
186+
$ncc | grep -q db:add-missing-primary-keys && $ncc db:add-missing-primary-keys -n
187+
$ncc | grep -q db:convert-filecache-bigint && $ncc db:convert-filecache-bigint -n
188188

189189
# done
190190
####################

changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11

2-
[v1.33.1](https://github.com/nextcloud/nextcloudpi/commit/6891f49) (2020-12-12) nc-update-nc: improve error messages
2+
[v1.34.0](https://github.com/nextcloud/nextcloudpi/commit/68181eb) (2021-01-01) upgrade to NC20.0.4
3+
4+
[v1.33.2](https://github.com/nextcloud/nextcloudpi/commit/08e5a36) (2021-01-01) ncp-config: fix empty values
5+
6+
[v1.33.1 ](https://github.com/nextcloud/nextcloudpi/commit/42fd597) (2020-12-12) nc-update-nc: improve error messages
37

48
[v1.33.0](https://github.com/nextcloud/nextcloudpi/commit/ffd0b44) (2020-12-10) upgrade to NC20.0.3
59

etc/ncp-config.d/nc-nextcloud.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"id": "VER",
1111
"name": "Version",
12-
"value": "20.0.3"
12+
"value": "20.0.4"
1313
},
1414
{
1515
"id": "BETA",

etc/ncp.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"nextcloud_version": "20.0.3",
2+
"nextcloud_version": "20.0.4",
33
"php_version": "7.3",
44
"release": "buster"
55
}

0 commit comments

Comments
 (0)