What is the 'glide.installation.production' property for?

Uncle Rob
Kilo Patron

This property evaluates as true on any instance I run it on across multiple accounts.

Is it used for anything?   Is it supposed to be manually set?

9 REPLIES 9

Uncle Rob
Kilo Patron

And I suppose another question would be... if it no longer works properly, is there any other property that determines if the instance in question is prod or not?


Hi,



You can use below property to check whether the instance is Production or not. Basically below property is used in Clone, but you can use for finding whether the instance is production or not.



glide.db.clone.allow_clone_target



Property Description:


Allow this instance to be used as a clone target. Set to false to prevent this instance from being cloned to. Used to provide an additional safeguard which prevents a production instance from being cloned over. Default value is false for production instances and true for sub-prod instances (dev, qa, etc).



Please mark answer as correct/helpful, if it was really helpful



Regards,


Solutioner


Logo.png


Enhance Knowledge NOW@ www.solutioningnow.com


http://www.solutioningnow.com/


So the idea is if an instance is not a clone target it must be production?


Yes, that's the idea



Regards,


Solutioner