We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
The text was updated successfully, but these errors were encountered:
dman7
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: