aboutsummaryrefslogtreecommitdiffstats
path: root/community/nextcloud/nextcloud.post-upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'community/nextcloud/nextcloud.post-upgrade')
-rw-r--r--community/nextcloud/nextcloud.post-upgrade14
1 files changed, 13 insertions, 1 deletions
diff --git a/community/nextcloud/nextcloud.post-upgrade b/community/nextcloud/nextcloud.post-upgrade
index 19813daf4a..01f2002a61 100644
--- a/community/nextcloud/nextcloud.post-upgrade
+++ b/community/nextcloud/nextcloud.post-upgrade
@@ -29,6 +29,18 @@ if [ $(apk version -t "$ver_old" '12.0.0-r2') = '<' ]; then
fi
fi
+if [ $(apk version -t "$ver_old" '15.0.2-r0') = '<' ]; then
+ cat >&2 <<-EOF
+ *
+ * App "user_external" is no longer available via release channel.
+ * You need to uninstall the package and install it via appstore:
+ *
+ * apk del nextcloud-user_external
+ *
+ EOF
+
+fi
+
if [ "${ver_new%-r*}" != "${ver_old%-r*}" ]; then
- echo '* Run "occ upgrade" to finish upgrade of your NextCloud instance!' >&2
+ echo ' * Run "occ upgrade" to finish upgrading your NextCloud instance!' >&2
fi