Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2021-11-17 00:05:14 +0300
committernachoparker <nacho@ownyourbits.com>2021-11-17 04:17:18 +0300
commit3113a0ec85655556b82dfaceabd1524829e46246 (patch)
tree5ca1bf850241da3104bad4bd0a34654788a25be9
parent6aba9b92a6ee0cc2c8fbaf9835803ce623ca30f1 (diff)
upgrade to NC22.2.1v1.44.0
Signed-off-by: nachoparker <nacho@ownyourbits.com>
-rw-r--r--README.md2
-rwxr-xr-xbin/ncp-update-nc2
-rw-r--r--bin/ncp/CONFIG/nc-database.sh1
-rw-r--r--changelog.md6
-rw-r--r--etc/ncp-config.d/nc-nextcloud.cfg2
-rw-r--r--etc/ncp.cfg2
6 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index c6f2c35e..baff36ef 100644
--- a/README.md
+++ b/README.md
@@ -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.1
* Apache 2.4.25, with HTTP2 enabled
* PHP 7.3
* MariaDB 10
diff --git a/bin/ncp-update-nc b/bin/ncp-update-nc
index 382ae96b..9c476b66 100755
--- a/bin/ncp-update-nc
+++ b/bin/ncp-update-nc
@@ -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
diff --git a/bin/ncp/CONFIG/nc-database.sh b/bin/ncp/CONFIG/nc-database.sh
index f7c150d0..693fd722 100644
--- a/bin/ncp/CONFIG/nc-database.sh
+++ b/bin/ncp/CONFIG/nc-database.sh
@@ -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..."
diff --git a/changelog.md b/changelog.md
index 634510aa..1b0414fe 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,9 +1,11 @@
-[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
-[v1.43.5](https://github.com/nextcloud/nextcloudpi/commit/13f69cd) (2021-11-04) ncp-web: tweak invalid character set
+[v1.43.5 ](https://github.com/nextcloud/nextcloudpi/commit/13f69cd) (2021-11-04) ncp-web: tweak invalid character set
[v1.43.4 ](https://github.com/nextcloud/nextcloudpi/commit/d4bca07) (2021-11-04) nc-restore: Adding ZFS to filesystem whitelist / updating error message
diff --git a/etc/ncp-config.d/nc-nextcloud.cfg b/etc/ncp-config.d/nc-nextcloud.cfg
index cc242587..0c0205c0 100644
--- a/etc/ncp-config.d/nc-nextcloud.cfg
+++ b/etc/ncp-config.d/nc-nextcloud.cfg
@@ -9,7 +9,7 @@
{
"id": "VER",
"name": "Version",
- "value": "21.0.4"
+ "value": "22.2.1"
},
{
"id": "MAXFILESIZE",
diff --git a/etc/ncp.cfg b/etc/ncp.cfg
index 2bef7db1..996bb27f 100644
--- a/etc/ncp.cfg
+++ b/etc/ncp.cfg
@@ -1,5 +1,5 @@
{
- "nextcloud_version": "21.0.4",
+ "nextcloud_version": "22.2.1",
"php_version": "7.3",
"release": "buster"
}