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
This is important especially for Docker users which default container version is 1.6.0.0 so Docker users have to update Tempest via update command or Tempest Updater option or they have to use old command syntax (< 1.7.0.0) if they want to proceed without updating.
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
-
Dear Tempest Users;
For a quick memo about command line syntax change;
Version < 1.7.0.0
For EPG
php /your/tempest.php engine=Generate tempconfig=test.config.xml createxmlgz=on createinvxmlgz=on
For Channel
php /your/tempest.php chengine=Generate siteconfig=test_0 userkey=asdf rm_dupe_id=on rm_dupe_name=on name_modifier=||#addstart#blabla
For Update
php /your/tempest.php --update
Version >= 1.7.0.0
For EPG
php /your/tempest.php --epg config=test gz invgz
For Channel
php /your/tempest.php --channel config=test_0 ukey=keyvalue dpid dpnm "nmod=||#addstart#blabla"
For Update
php /your/tempest.php --update
For XMLMerge
php /your/tempest.php --xmlmerge xml=file1 xml=file2 xml=fileN out=merged gz
This is important especially for Docker users which default container version is 1.6.0.0 so Docker users have to update Tempest via update command or Tempest Updater option or they have to use old command syntax (< 1.7.0.0) if they want to proceed without updating.
Beta Was this translation helpful? Give feedback.
All reactions