Hello,
I set a wrong option in my config file. So I destroyed the jail, deleted all datasets and tried to reinstall it. But I get an error and can't find the problem:
Code:
JAIL_INTERFACES not set, defaulting to: vnet0:bridge0
Existing Nextcloud config detected... Checking Database compatibility for reinstall
ls: /mnt/Storage/nextcloud/db/mariadb: No such file or directory
ERROR: You can not reinstall without the previous database
Please try again after removing your config files or using the same database used previously
As written I deleted all my datasets, so no config is stored there. Does someone know what to remove / delete before trying it again?
Edit:
it's a problem with the hidden .zfs folder inside the sub datasets:
Code:
# Check for reinstall
if [ "$(ls -A "${CONFIG_PATH}")" ]; then
echo "Existing Nextcloud config detected... Checking Database compatibility for reinstall"
-> This check looks after files, also hidden, in the sub datasets. a .zfs folder is always existing. But strange that I did not get that error while installing it the first time...