Vlad Khorsun
A new command-line switch has been added to gbak: -PAR[ALLEL] <N>
.
It defines how many parallel workers will be used for the requested task.
Usage examples:
gbak -b -par 4 -user <username> -pass <password> <dbname> <backupname>
gbak -r -par 4 -user <username> -pass <password> <backupname> <dbname>
Vlad Khorsun
A new command-line switch has been added to gfix: -PAR[ALLEL] <N>
.
It defines how many parallel workers will be used for the requested task.
Usage example:
gfix -sweep -par 4 -user <username> -pass <password> <dbname>
gfix -icu -par 4 -user <username> -pass <password> <dbname>
The -parallel
option is only valid in combination with the -sweep
and -icu
tasks.
Dmitry Yemanov
Tracker tickets: #7397
A new command-line switch has been added to gfix: -UP[GRADE]
.
It allows to upgrade ODS of the database to the latest supported minor version (within the supported major version).
Usage example(s):
gfix -upgrade <dbname> -user <username> -pass <password>