Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Moving KB between instances

User175049
Mega Guru

Hello,

The manager of our HelpDesk used our Dev instance make some major changes to the KB.  These changes include Knowledge Blocks that I activated in Dev.  After I activate Knowledge Blocks in Prod, what is the cleanest way to move the KB articles (including images) from Dev to Production?  

Or is it not recommended to move a KB between instances? 

thank you,

M

1 ACCEPTED SOLUTION

Marco0o1
Tera Sage

Hi @User175049 ,

Use a Export set:

1.- Go to System Export Sets ->  Create Export Set 

2.- First you need to export your kb_knowladge_base and then your articles, kb_knowledge.

3.- You need to select your Mid server user and the path of your production instance.

Marco0o1_0-1686754868525.png

4.- Then just need to create a import set in your target instance.

 

You need to consider that some reference field can be modifiies if the sys_id isno't the same in both instances. Exist diferent form, just need to considerer which one ajust to your necessities. For more information read those articles:

Create an export set 

Importing data using import sets 

 

Hope that help you

View solution in original post

3 REPLIES 3

Marco0o1
Tera Sage

Hi @User175049 ,

Use a Export set:

1.- Go to System Export Sets ->  Create Export Set 

2.- First you need to export your kb_knowladge_base and then your articles, kb_knowledge.

3.- You need to select your Mid server user and the path of your production instance.

Marco0o1_0-1686754868525.png

4.- Then just need to create a import set in your target instance.

 

You need to consider that some reference field can be modifiies if the sys_id isno't the same in both instances. Exist diferent form, just need to considerer which one ajust to your necessities. For more information read those articles:

Create an export set 

Importing data using import sets 

 

Hope that help you

Paula Alejandra
Tera Contributor

Hi,

I think this article will be of help as it guides you to avoid creating duplicates 🙂

Duplicate knowledge article numbers (servicenow.com)

Paula Alejandra Portal
CSA - CIS PA

User175049
Mega Guru

Thank you!