mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
upgrade to NC20.0.4
Signed-off-by: nachoparker <nacho@ownyourbits.com>
This commit is contained in:
parent
82d00c8a61
commit
ec428a288f
@ -16,7 +16,7 @@ Find the full documentation at [docs.nextcloudpi.com](http://docs.nextcloudpi.co
|
||||
## Features
|
||||
|
||||
* Debian/Raspbian 10 Buster
|
||||
* Nextcloud 20.0.3
|
||||
* Nextcloud 20.0.4
|
||||
* Apache 2.4.25, with HTTP2 enabled
|
||||
* PHP 7.3
|
||||
* MariaDB 10
|
||||
|
||||
@ -181,10 +181,10 @@ find nextcloud/ -type f -exec chmod 640 {} \;
|
||||
echo "Upgrade..."
|
||||
ncc='sudo -u www-data php nextcloud/occ'
|
||||
$ncc upgrade # && false # test point
|
||||
$ncc | grep -q db:add-missing-indices && $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
|
||||
$ncc | grep -q db:convert-filecache-bigint && $ncc db:convert-filecache-bigint
|
||||
$ncc | grep -q db:add-missing-indices && $ncc db:add-missing-indices -n
|
||||
$ncc | grep -q db:add-missing-columns && $ncc db:add-missing-columns -n
|
||||
$ncc | grep -q db:add-missing-primary-keys && $ncc db:add-missing-primary-keys -n
|
||||
$ncc | grep -q db:convert-filecache-bigint && $ncc db:convert-filecache-bigint -n
|
||||
|
||||
# done
|
||||
####################
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
|
||||
[v1.33.1](https://github.com/nextcloud/nextcloudpi/commit/6891f49) (2020-12-12) nc-update-nc: improve error messages
|
||||
[v1.34.0](https://github.com/nextcloud/nextcloudpi/commit/68181eb) (2021-01-01) upgrade to NC20.0.4
|
||||
|
||||
[v1.33.2](https://github.com/nextcloud/nextcloudpi/commit/08e5a36) (2021-01-01) ncp-config: fix empty values
|
||||
|
||||
[v1.33.1 ](https://github.com/nextcloud/nextcloudpi/commit/42fd597) (2020-12-12) nc-update-nc: improve error messages
|
||||
|
||||
[v1.33.0](https://github.com/nextcloud/nextcloudpi/commit/ffd0b44) (2020-12-10) upgrade to NC20.0.3
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
{
|
||||
"id": "VER",
|
||||
"name": "Version",
|
||||
"value": "20.0.3"
|
||||
"value": "20.0.4"
|
||||
},
|
||||
{
|
||||
"id": "BETA",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"nextcloud_version": "20.0.3",
|
||||
"nextcloud_version": "20.0.4",
|
||||
"php_version": "7.3",
|
||||
"release": "buster"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user