You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your code really pulled my nuts from the fire last night.
Due to a number of factors that came together we needed to restore a snapshot from AWS to an existing cluster - which isn't a normal procedure; they want you to create a new cluster.
So we ended up slaving a redis server from the new cluster, grabbing an rdb dump and piping the code out of your app and into the redis port of the existing elasticache cluster.
Thanks :)
Mike
The text was updated successfully, but these errors were encountered:
Your code really pulled my nuts from the fire last night.
Due to a number of factors that came together we needed to restore a snapshot from AWS to an existing cluster - which isn't a normal procedure; they want you to create a new cluster.
So we ended up slaving a redis server from the new cluster, grabbing an rdb dump and piping the code out of your app and into the redis port of the existing elasticache cluster.
Thanks :)
Mike
The text was updated successfully, but these errors were encountered: