What is the 'glide.installation.production' property for?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2014 09:26 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2014 09:28 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2014 09:33 AM
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
Enhance Knowledge NOW@ www.solutioningnow.com
http://www.solutioningnow.com/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2014 09:41 AM
So the idea is if an instance is not a clone target it must be production?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2014 09:42 AM
Yes, that's the idea
Regards,
Solutioner