Self hosted upgrade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2018 05:40 AM
Experts, ServiceNow Masters and ServiceNow Guru's.. I need your help
We are running a self hosted instance and we are going to upgrade from Helsinki to Jakarta. I have been looking at the 'Upgrade Best Practices for Self-Hosted Customers' KB document at HI, but I cant seem to find if it is possible to use functionality like data preservers? As of now, we are looking at copying our backup DB, and cloning that one to our development environment. I am a bit worried that we are copying some system settings, or anything of the sort, that will give us any trouble.
Has anyone done this before? I would like to avoid any common pitfalls if possible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2018 01:34 AM
In order to make sure you have all properties of target instance untouched, you can export the sys_properties table before clone and restore it after. I believe this will keep all critical settings as before the clone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2018 03:37 AM
Hi,
Won't this be handled by the scripts run on the MySql server post clone? As i recall, ServiceNow recommend running a few scripts on the MySql server post clone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2018 04:16 AM
I am not aware of what scripts are run on the database server post clone.
On a regular clone the "Preserve Data" has a row to keep the core properties on the target instance untouched (called "Core Instance Properties").