You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crowdsec-docs/unversioned/getting_started/installation/cloudways.mdx
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,49 @@ exit 0
211
211
```
212
212
0 6 * * * /home/master/crowdsec/hub_update.sh
213
213
```
214
+
### Make sure log rotation not breaking acquisition
215
+
As CrowdSec is not running as root in our current context, there could be some race conditions with log rotation file creation making the acquisition fail.
216
+
Future versions of CrowdSec might address this issue, but for now, we can use a simple script to ensure the acquisition is not broken.
217
+
218
+
- Create a script to ensure the acquisition is not broken
0 commit comments