Difference between revisions of "Agility Update"

From Agility
Jump to: navigation, search
(Created page with "== Agility Update == Agility Update program is used to update Agility System to new version. There are two possible ways of using that. === Command Line options === Agilit...")
 
(Agility Update)
 
Line 1: Line 1:
 
== Agility Update ==
 
== Agility Update ==
  
Agility Update program is used to update Agility System to new version. There are two possible ways of using that.
+
Agility Update program is used to update Agility System to new version.  
  
 +
There are two possible ways of using that.
 +
# UI mode
 +
# Batch Mode
  
=== Command Line options ===
 
  
Agility Update can be run in batch mode using command line parameters. In that case no UI elements are displayed.
+
=== Batch Mode options ===
 +
 
 +
Agility Update can be run in batch mode using command line parameters. In that case no UI elements are displayed.  
 +
Batch mode assumes that:
 +
* Both sxp and fastnet databases are updated to latest schema
 +
* all data update options are selected
 +
* no backup nor restore is used
 +
 
 
Command Line Options:
 
Command Line Options:
 
       -batchmode -system <system> -user <user_login> -password <password> -force-data
 
       -batchmode -system <system> -user <user_login> -password <password> -force-data

Latest revision as of 10:59, 18 September 2017

Agility Update

Agility Update program is used to update Agility System to new version.

There are two possible ways of using that.

  1. UI mode
  2. Batch Mode


Batch Mode options

Agility Update can be run in batch mode using command line parameters. In that case no UI elements are displayed. Batch mode assumes that:

  • Both sxp and fastnet databases are updated to latest schema
  • all data update options are selected
  • no backup nor restore is used

Command Line Options:

     -batchmode -system <system> -user <user_login> -password <password> -force-data
 or  
     -b -s <system> -u <user_login> -p <password> -fd
 
 Where:
       -b | -batchmode     use command line mode
       -s | -system        system name option
       -u | -user          user name option
       -p | -password      password option
       -fd | -force-data   force performing data update even database schema are already updated.