By: Kunal Vaidya user 12 Nov 2020 at 11:05 a.m. CST

1 Response
Kunal Vaidya gravatar
We have a existing setup of 4.1.1 installed with a remote couch base configured. We want to setup a 4.2 parallelly keeping all the settings, users and clients same as the 4.1.1 setup but without affecting the current setup. Could you suggest a way to do this? Goal is to perform an upgrade from 4.1.1 to 4.2 without any downtime.

By Mohib Zico staff 13 Nov 2020 at 1:30 a.m. CST

Mohib Zico gravatar
Hi Kunal, I think you can follow below method: - Prepare new VMs for new 4.2 installation. - Get 'setup.properties.last' from existing 4.1 - Install ( just run deb package ) 4.2 in new machine. - Collect 'setup.properties.last' from 4.1 and run setup.py with that. - Complete installation. - Check new server's oxAuth login ( it will be admin login only ). - If all went good till now... - Run Cache Refresh to pull user's information from 4.1 - Manually migrate all OpenID clients from 4.1 to 4.2.