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

Restore production Redis database #835

Closed
4 tasks
dman7 opened this issue Jun 16, 2018 · 0 comments
Closed
4 tasks

Restore production Redis database #835

dman7 opened this issue Jun 16, 2018 · 0 comments
Assignees
Labels

Comments

@dman7
Copy link
Member

dman7 commented Jun 16, 2018

I've successfully retrieved a backup of Redis database that was hosted on Heroku. This database is available through Dmitri's Dropbox link:

https://drive.google.com/open?id=16Ti3b8IOcXZ0b7NsenGZsHo5eAXNWhTC

In order to successfully restore this database, we need to

  • Fix various Docker issue (see associated issue)
  • Add terminal access (optional)
  • Run the restore command (see the article below)
  • Fix various bugs that may occur after restore command

I will be following instructions from this article: https://www.digitalocean.com/community/tutorials/how-to-back-up-and-restore-your-redis-data-on-ubuntu-14-04

redis-cli -a r3d1s_prod && /bitnami/redis/data
scp [email protected]:/Dropbox/2018-06-15T20_45_45.rdb /opt/bitnami/redis/data/dump.rdb && chown redis:redis dump.rdb && chmod 660 dump.rdb
@dman7 dman7 self-assigned this Jun 16, 2018
@dman7 dman7 added the Epic label Jun 16, 2018
@cdparra cdparra closed this as completed Jul 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants