fix(nextcloud): correct some mistakes in the migration script (#3091)
* fix some mistakes in nextcloud migration script * Delete security.md
This commit is contained in:
@@ -33,7 +33,7 @@ sources:
|
|||||||
- https://github.com/nextcloud/docker
|
- https://github.com/nextcloud/docker
|
||||||
- https://github.com/nextcloud/helm
|
- https://github.com/nextcloud/helm
|
||||||
type: application
|
type: application
|
||||||
version: 15.1.0
|
version: 15.1.1
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- cloud
|
- cloud
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -107,7 +107,7 @@ initContainers:
|
|||||||
echo "removing old data folder..."
|
echo "removing old data folder..."
|
||||||
rm -rf /var/www/html/data/tomigrate/data
|
rm -rf /var/www/html/data/tomigrate/data
|
||||||
echo "moving config, apps, templates and other content to html-pvc root..."
|
echo "moving config, apps, templates and other content to html-pvc root..."
|
||||||
mv -f /var/www/html/data/tomigrate/data/* /var/www/html/data/
|
mv -f /var/www/html/data/tomigrate/* /var/www/html/
|
||||||
echo "Removing migration temporary folder..."
|
echo "Removing migration temporary folder..."
|
||||||
rm -rf /var/www/html/data/tomigrate
|
rm -rf /var/www/html/data/tomigrate
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user