Skip to content

Stop discouraging AOF #360

@zuiderkwast

Description

@zuiderkwast

On the page about persistence under Ok, so what should I use?, we recommend using RDB or RDB+AOF but discourage AOF alone:

There are many users using AOF alone, but we discourage it since to have an RDB snapshot from time to time is a great idea for doing database backups, for faster restarts, and in the event of bugs in the AOF engine.

Is this really true? I think this is outdated and incorrect. Using AOF alone seems perfectly fine to me, and using an AOF file for backup should be fine (although a single RDB file might be simpler to handle). Using both seems like a lot of unnecessary forking, if the data is large.

@valkey-io/core-team WDYT?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions