mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
upgrade to NC22.2.2
Signed-off-by: nachoparker <nacho@ownyourbits.com>
This commit is contained in:
parent
6aba9b92a6
commit
340a381926
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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..."
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
{
|
||||
"id": "VER",
|
||||
"name": "Version",
|
||||
"value": "21.0.4"
|
||||
"value": "22.2.2"
|
||||
},
|
||||
{
|
||||
"id": "MAXFILESIZE",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"nextcloud_version": "21.0.4",
|
||||
"nextcloud_version": "22.2.2",
|
||||
"php_version": "7.3",
|
||||
"release": "buster"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user