Compare commits
40 Commits
25810cfb0c
...
pkg/stable
Author | SHA1 | Date | |
---|---|---|---|
9d752e400c | |||
33a7cf66c6 | |||
144375c761 | |||
fc706a56e7 | |||
b3b39fc4a4 | |||
d34670a998 | |||
2f5f17adc4 | |||
38404340d4 | |||
bbc87b8656 | |||
b4cccc5e12 | |||
68eaa03db2 | |||
5c7bbbde79 | |||
ed910e72ee | |||
142d73afad | |||
08d7ed927c | |||
f375a121ae | |||
4709c28223 | |||
98bfcc1416 | |||
ae696769ed | |||
534e04671a | |||
61383bb17a | |||
5aa0262331 | |||
b550833a25 | |||
517625cf66 | |||
7a9855f234 | |||
764ae6320c | |||
d9425736c6 | |||
cbb1319e48 | |||
be88b407b4 | |||
c87a989b22 | |||
d1e813aaa8 | |||
eb6854d313 | |||
c723edd095 | |||
37e5cbb3b2 | |||
4d00207271 | |||
5e98dafab2 | |||
1fb5fd21b8 | |||
8cf9168763 | |||
0dfdb70080 | |||
6d4b75c679 |
20
schedule/extra/01_extract_hydra.xml
Normal file
20
schedule/extra/01_extract_hydra.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<creole>
|
||||
<variables>
|
||||
<family name="extract_hydra" description="Optimize sur les tables d'Hydra">
|
||||
<variable name="description" type="string" hidden="True"><value>Extraction des logs utils de la base Hydra</value></variable>
|
||||
<variable name="day" type="schedule" description="Périodicité d'exécution"><value>daily</value></variable>
|
||||
<variable name="mode" type="schedulemod" hidden="True"><value>post</value></variable>
|
||||
</family>
|
||||
</variables>
|
||||
<constraints>
|
||||
<!-- Désactive les extractions si on est pas sur la machine qui fait les backups -->
|
||||
<fill name='calc_multi_condition' target='schedule.extract_hydra.day'>
|
||||
<param>non</param>
|
||||
<param type='eole' name='condition_1'>dbEnableBackup</param>
|
||||
<param name='match'>none</param>
|
||||
<param name='mismatch'>daily</param>
|
||||
</fill>
|
||||
</constraints>
|
||||
</creole>
|
Reference in New Issue
Block a user