Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restoration of redis servers from backup #16

Open
YannikBramkamp opened this issue Dec 17, 2020 · 0 comments
Open

Restoration of redis servers from backup #16

YannikBramkamp opened this issue Dec 17, 2020 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@YannikBramkamp
Copy link
Contributor

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

@YannikBramkamp YannikBramkamp added the enhancement New feature or request label Dec 17, 2020
@Hermsi1337 Hermsi1337 added the question Further information is requested label Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants