How to rollback specific changes pushed up to the instance when using now-sdk install #21
Unanswered
sraibagiwith100x
asked this question in
Help and Questions with SDK or Fluent
Replies: 1 comment 2 replies
-
Can you lookup sys_upgrade_history table and see if there is an entry created for your install. If there is an entry it might contain the list of changes applied. Installing via now-sdk doesnot generate changes in update sets as of now, this can change in the future Other option is to do an install with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I made a few changes to my app's .now.ts code and built + deployed it to my instance
I want to rollback a specific set of changes made
I tried just reverting the code and pushing it up, however I'm noticing some inconsistencies
I may not have reverted side effect changes/rows that servicenow creates when i push up some change
e.g a many to many connection is created and i have to manually find that file and delete it too
How can get some visibility into what specific changes did i push for a single now-sdk install
Do these go to an update set? Are these available as XML to review somewhere else
Is there a way i can just go back to the state of my instance before i built + installed a specific set of changes?
This is really important to the dev workflow we are trying to enable, without the visibility it erodes a lot of trust in using this dev framework
Beta Was this translation helpful? Give feedback.
All reactions