cancel
Showing results for 
Search instead for 
Did you mean: 

How to use command to update with sample data

Former Member
0 Kudos

I usually use "ant updatesystem" command to update Hybris db, however, if I need to update with sample data impex file, I have to go to HAC backend console to trigger update with sample files.

So is there any possible to update with command parameters?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member620692
Active Contributor
0 Kudos

Please use the following:

 ant updatesystem -DconfigFile=path/to/my/config.json

More details at https://help.sap.com/viewer/5c9ea0c629214e42b727bf08800d8dfa/1905/en-US/08c89599782a4d589a2d5651899d...

You will find a sample config.json on this page which you can customize and use as per your requirement.