microsoftarchive / redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
http://redis.io
Other
20.84k stars 5.38k forks source link

Updating 2.8 > 3.0 #483

Closed crowbarsolutions closed 8 years ago

crowbarsolutions commented 8 years ago

I read in the documentation that it is safe to xcopy files to update to a new version given they are not in use.

If have a current install of redis 2.8 running, and I simply run the 3.0 MSI installer will that perform a graceful update or will it wipe out my entire 2.8 install before updating to 3.0?

crowbarsolutions commented 8 years ago

Nevermind, I figured it out. In case anyone else wants to know, I stopped the redis service, stopped the windows event log service, then I copied the contents of the ZIP release into the Redis folder. Obviously you have to enter your configuration in the conf files, then start the windows event log and Redis services back up.