Indiviadual table backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2015 04:36 AM
What I need to do is to delete some records based on some filters.
But before I do that I want to take a backup of that table in case some issues are caused due to deletion
Is there way to take such backups?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2015 05:10 AM
There is no way to formally do a backup, they are all done at night automatically for us. If you're truly worried about it you could restore the deleted record after the fact if it is a problem (Restoring Deleted Records - ServiceNow Wiki). Depending on which table you're doing this for there could be some performance implications so you'll want to make sure you read through Turning on Auditing (History) for a Table - ServiceNow Wiki which talks about them.
-tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2015 05:14 AM
You can export the table records in an XML and keep it on your machine. In case of failure you can use this xml as the backup.
Depending on the need you can either export all the records or just the ones you are going to delete.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2020 01:33 AM
What are the exact steps to do this? I need to export sys_cb_topic to copy it into my dev-environment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2020 01:47 AM