mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-15 22:12:05 +02:00
The new logrotate settings assume that dragonfly closes a log file once it grows to large. It never rotates file that is currently open for writing. Specifically logrotate: 1. rotate only log files 2. skip those that are currently open by as process. 3. compresses using zstd which is more cpu efficient than gzip 4. does not truncate/create old files as 0-sized blobs - just renames them Fixes #1935 Signed-off-by: Roman Gershman <roman@dragonflydb.io>
12 lines
400 B
Text
12 lines
400 B
Text
Source: dragonfly
|
|
Maintainer: DragonflyDB authors <dragonfly@dragonflydb.io>
|
|
Standards-Version: 4.2.1
|
|
Priority: optional
|
|
Section: database
|
|
Vcs-Git: https://github.com/dragonflydb/dragonfly
|
|
|
|
Package: dragonfly
|
|
Architecture: amd64 arm64
|
|
Depends: libc6, openssl, adduser, zstd
|
|
Homepage: https://dragonflydb.io
|
|
Description: A fast in-memory store that is fully compatible with Redis™* and Memcached.
|