Hello, I sometimes need to throw a backup of our Casper production database into a dev environment to do some testing. However after installing JSS 9.32, I am getting an error "This is a non-master JSS web application. Upgrade your master web application before upgrading the non-master web applications." Unfortunately, disabling clustering prior to backup is not an option for me... any idea how to bypass this error?
Solved
This is a non-master JSS web application...
Best answer by DavidSu
Hi @Sonic84,
After restoring the database to your dev environment, running the following query in MySQL should disable clustering:
UPDATE jamfsoftware.jss_cluster_settings SET clustered=0;
If you're using a custom database name, you'll need to swap that name with jamfsoftware. Otherwise, once that has been run, a restart of the JSS web app should get you in! Hope that helps!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
