upgrade to NC22.2.2

Signed-off-by: nachoparker <nacho@ownyourbits.com>
This commit is contained in:
nachoparker 2021-11-16 14:05:14 -07:00
parent 6aba9b92a6
commit 340a381926
6 changed files with 8 additions and 7 deletions

View File

@ -16,7 +16,7 @@ Find the full documentation at [docs.nextcloudpi.com](http://docs.nextcloudpi.co
## Features
* Debian/Raspbian 10 Buster
* Nextcloud 21.0.4
* Nextcloud 22.2.2
* Apache 2.4.25, with HTTP2 enabled
* PHP 7.3
* MariaDB 10

View File

@ -130,7 +130,7 @@ cp -raT nextcloud-old/themes/ nextcloud/themes/
####################
for app in nextcloudpi previewgenerator; do
if [[ -d nextcloud-old/apps/"${app}" ]]; then
cp -r nextcloud-old/apps/"${app}" /var/www/nextcloud/apps/
cp -r -L nextcloud-old/apps/"${app}" /var/www/nextcloud/apps/
fi
done

View File

@ -38,7 +38,6 @@ configure()
[[ $( stat -fc%d / ) == $( stat -fc%d "$BASEDIR" ) ]] && \
echo -e "INFO: moving database to the SD card\nIf you want to use an external mount, make sure it is properly set up"
cd /var/www/nextcloud
save_maintenance_mode
echo "moving database to $DBDIR..."

View File

@ -1,5 +1,7 @@
[v1.43.7](https://github.com/nextcloud/nextcloudpi/commit/4a07b5d) (2021-11-05) nc-restore: improve restoring data from SD to docker
[v1.44.0](https://github.com/nextcloud/nextcloudpi/commit/cfc3d51) (2021-11-16) upgrade to NC22.2.1
[v1.43.7](https://github.com/nextcloud/nextcloudpi/commit/6aba9b9) (2021-11-05) nc-restore: improve restoring data from SD to docker
[v1.43.6 ](https://github.com/nextcloud/nextcloudpi/commit/c56a4db) (2021-11-05) ncp-web: hide power menu on docker

View File

@ -9,7 +9,7 @@
{
"id": "VER",
"name": "Version",
"value": "21.0.4"
"value": "22.2.2"
},
{
"id": "MAXFILESIZE",

View File

@ -1,5 +1,5 @@
{
"nextcloud_version": "21.0.4",
"nextcloud_version": "22.2.2",
"php_version": "7.3",
"release": "buster"
}