what is the back up procedure for Service Now

eddieh1
Kilo Contributor

need to know what the back up proceddure is CLOUD backup for ALL services.

7 REPLIES 7

dravvyramlochun
ServiceNow Employee
ServiceNow Employee

Hi Eddie,



Instances are automatically backed up daily during non-peak business hours on schedules defined by ServiceNow. We do not adjust the timing of existing backup schedules. we also take full backup of the database, so that includes all tables along with them.



Thanks,


Dravvy



Please Hit like, Helpful or Correct depending on the impact of the response




shloke04
Kilo Patron

Hi,



Normally Service Now takes backup of Production instances, the backup cycle consists of four weekly full backups and the past 6 days of daily


differential backups that provide 28 days of backups. Below link may be useful which defines the backup and High Availability Concept service now provides:



https://www.servicenow.com/content/dam/servicenow/documents/whitepapers/wp-sn-advanced-high-availabi...



To be on a safer side you can reach out to HI Support(Service Now https://www.servicenow.com/support/contact-support.html) for backup conformation.



Hope this helps.Mark the answer as correct/helpful based on impact.



Regards,


Shloke


Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

phsdm
Giga Expert

Are you just working on a DR plan, or do you actually plan to do something that requires restoring from a backup?



The ServiceNow backup is for DR, and not to be relied upon.



Depending on what you are trying to do, you may be better off cloning or developing scoped apps backed up in GitHub or GitLab.



For example:   On a major upgrade, we clone Prod to Test just before upgrading Prod.   We keep it around during "hyper-care" which is usually about two months.   That way, we have an easy way to check if an error is really new, or if a user just wishes it worked that way before and after the upgrade.



Another:   When we are ready to clone over the Dev instance, each developer completes and pushes their global scope update sets to Test (and if you are paranoid like me, also exports the update to a local xml file.)   After the clone, they pull back their update sets.



I would NEVER want to restore from the ServiceNow backup.   I would only resort to that if our database was thoroughly burnt toast.