Skip to content

Restoration of redis servers from backup #16

Open
@YannikBramkamp

Description

@YannikBramkamp

Add ability to restore a redis server from an rdb dump.

The basic workflow for this operation is the following:

  1. Turn off appendonly on the server using redis-cli
  2. Shutdown the server using redis-cli
  3. Stop the redis service
  4. Rename or remove old .aof and .rdb files for safety
  5. Copy desired .rdb
  6. Start the redis service

The primary issue is accomplishing 3 and 6, considering that these steps would require os-specific interactions

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions