Re: [Change Request] Use single quotes for the mysql backup cronjob.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



+1
----- "Ricky Zhou" <ricky@xxxxxxxxxxxxxxxxx> wrote:

> This has been causing us to get extra cron spam (and stalling mysql
> updates).  I doubt anybody would consider this very risky :-)
> 
> ---
>  manifests/services/db.pp |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/manifests/services/db.pp b/manifests/services/db.pp
> index fbed669..b5a7a29 100644
> --- a/manifests/services/db.pp
> +++ b/manifests/services/db.pp
> @@ -37,7 +37,7 @@ class mysqlBackup {
>      }
>  
>      cron { mysql-backup:
> -        command => "time /bin/sleep $(($RANDOM/20)) ;
> /var/lib/mysql/save-mysql",
> +        command => 'time /bin/sleep $(($RANDOM/20)) ;
> /var/lib/mysql/save-mysql',
>          user => mysql,
>          minute => 40,
>          hour => [ 2,8,14,20 ],
> -- 
> 1.5.5.6
> 
> Thanks,
> Ricky
> 
> _______________________________________________
> Fedora-infrastructure-list mailing list
> Fedora-infrastructure-list@xxxxxxxxxx
> https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list

_______________________________________________
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list

[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux