You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Not sure if this is an issue:
Trying to duplicate a group (with 3 channels), by doing a group pull:
java -jar %sagapath%\mirthsync-3.1.0-standalone.jar %* ^
-s https://xxx:xxx/api/ ^
-u xxx-p xxx ^
-i ^
-t %targetpath%\groups ^
--include-configuration-map ^
--disk-mode groups ^
pull
Then edit the index.xml (changing group/channel names and id's)
But when I push the group, only de group is made, not the channels. Doing this manually, in the Mirth Administrator (import group) it works fine.
push command:
java -jar %sagapath%\mirthsync-3.1.0-standalone.jar %* ^
-s https://xxx:xxx/api/ ^
-u xxx-p xxx ^
-i ^
-t %targetpath%\ ^
--include-configuration-map ^
--disk-mode groups ^
--restrict-to-path "Channels%TSSite%" ^
-f ^
--deploy ^
-I ^
push
Bye!
Beta Was this translation helpful? Give feedback.
All reactions