Havoc302 Posted February 18, 2015 Report Share Posted February 18, 2015 I'm looking to migrate my server and want to know the easiest way to migrate my DB, has anyone got any experience with this they're willing to share? Have any tools they've used? Link to comment Share on other sites More sharing options...
second_coming Posted February 18, 2015 Report Share Posted February 18, 2015 Close the database and copy the dump.rdb file to the new server, then start the database on your new server.It's that simple. Link to comment Share on other sites More sharing options...
Havoc302 Posted February 18, 2015 Author Report Share Posted February 18, 2015 Close the database and copy the dump.rdb file to the new server, then start the database on your new server. It's that simple. Wow ok, awesome, thanks man! Link to comment Share on other sites More sharing options...
second_coming Posted February 18, 2015 Report Share Posted February 18, 2015 One of the few benefits of the Redis database I guess :) Link to comment Share on other sites More sharing options...