-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backup is enabled by default on new install, when the docs says it should not be #3818
Comments
The The
This is the normal and expected behavior. Cheers. |
Yes indeed what you're describing is exactly the behaviour I'd expect. The scheduler crontab was setup during install with the following command
But I had no And backup where happening every day. What I can't explain is why the backup were happening while having no Anyway, I resolved the issue (and so did the maintainer of the yunohost package) by creating a |
Then i think this is an issue with your installer package. Grav doesn't install that command by default, and it's something you are 'instructed' to do when you want to enable scheduler. It sounds like your install script: https://github.com/YunoHost-Apps/grav_ynh/blob/master/scripts/install should create a default scheduler yaml or not include the crontab entry. Not a grav problem, purely your 3rd party and not-supported install script. |
Ok got it. Then sorry for the noise. So if the proper way when installing is to:
Indeed there was an issue in the yunohost installer. (Which has now been fixed :)) Thanks for your help and availability and sorry again for the noise. |
As detailed in this issue and this older forum post, grav seems to have backup enabled by default, even when having no
user/config/backup.yaml
anduser/config/scheduler.yaml
files.As of the system config
system/config/backup.yaml
, it seems it shouldn't be the case:Also, in my fresh install, I have no
system/config/scheduler.yaml
file. Wondering if that's normal.What's setup in
system/config/backup.yaml
and the doc on backups seem to be explicitly saying there shouldn't be any backup unless I voluntarily set it up. But on every fresh install I make, I'm having automatic backups ran every night.Is there something I misunderstood?
In case that's relevant, I'm installing grav with yunohost, which uses the following install script.
The text was updated successfully, but these errors were encountered: