reinstall
This commit is contained in:
commit
237853b590
29 changed files with 1096 additions and 0 deletions
9
services/nextcloud-reset.sh
Executable file
9
services/nextcloud-reset.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/run/current-system/sw/bin/bash
|
||||
sudo systemctl stop postgresql
|
||||
sudo systemctl stop nextcloud-setup
|
||||
sudo systemctl stop nextcloud-cron
|
||||
sudo systemctl stop phpfm-nextcloud
|
||||
sudo systemctl stop redis-nextcloud
|
||||
sudo rm -rf /var/lib/nextcloud
|
||||
#sudo rm -rf /var/lib/postgresql
|
||||
sudo rm -rf /var/lib/redis-nextcloud
|
||||
Loading…
Add table
Add a link
Reference in a new issue