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
I used RIOT to migrate data from Elasticache to Memorystore. I ran my validation rules and everything succeeded. I then exported the data in Memorystore using file-export to a JSON file, flushed the DB and imported the JSON using dump-import.
Now when I run the validation program, the hashes do not pass validation since some of the binary objects seem to have changed.
I'm quite new to this so not sure if this is a bug or a platform dependent issue.
The text was updated successfully, but these errors were encountered:
I used RIOT to migrate data from Elasticache to Memorystore. I ran my validation rules and everything succeeded. I then exported the data in Memorystore using
file-export
to a JSON file, flushed the DB and imported the JSON usingdump-import
.Now when I run the validation program, the hashes do not pass validation since some of the binary objects seem to have changed.
I'm quite new to this so not sure if this is a bug or a platform dependent issue.
The text was updated successfully, but these errors were encountered: