Details
Description
When doing upgrade to couchbase server 2.0.1, upgrade process should let user to choose if they want to upgrade without migrate data (as in unix) and manually migrate data later.
In unix, we have
NSTALL_DONT_START_SERVER=1 rpm -U couchbase-server-enterprise_x86_2.0.0-1971-rel.rpm
In unix, we have
NSTALL_DONT_START_SERVER=1 rpm -U couchbase-server-enterprise_x86_2.0.0-1971-rel.rpm
On Windows installer, a wizard page is created to offer option to automatically migrate user data or not. If not, user data will be copied to right location without any upgrade. Also, Couchbase server won't start until you manually start it.