To update metadata repository version in Linux OS, start the RepoManager utility located in the folder with installed BI server: /opt/foresight/fp10.x-biserver/bin.
To start the application, use the RepoManager_start.sh script with the following parameters:
./RepoManager_start.sh --operation=Value [options]
./RepoManager_start.sh -oValue [options]
Where:
--operation or -o. Executed operation. Mandatory parameter.
Value. Parameter value.
[options]. Additional parameters depending on the executed operation.
As a value of the --operation/-o parameter, specify the update-repo value. The further list of parameters fully corresponds with the list specified on creating a repository. Description of parameters is given in the Creating a Metadata Repository in Linux OS article.
Examples of creating various DBMS:
./RepoManager_start.sh -oupdate-repo -toracle -sserver -mRepository -uUser -wPassword -f/opt/foresight/fp10.x-biserver/bin/rm/current.rm4
./RepoManager_start.sh --operation=update-repo --type=oracle --server=Server --schema=Repository --user=User --password=Password --archive-file=/opt/foresight/fp10.x-biserver/bin/rm/current.rm4
./RepoManager_start.sh -oupdate-repo -tpostgres -s10.10.10.10 -dRepository -uUser -wPassword -f/opt/foresight/fp10.x-biserver/bin/rm/current.rm4
./RepoManager_start.sh --operation=update-repo --type=postgres --server=10.10.10.10 --database=Repository --user=User --password=Password --archive-file=/opt/foresight/fp10.x-biserver/bin/rm/current.rm4
./RepoManager_start.sh -oupdate-repo -tsqlite -d/home/prognoz/test.sqlite -f/opt/foresight/fp10.x-biserver/bin/rm/current.rm4
./RepoManager_start.sh --operation=update-repo --type=sqlite --database=/home/prognoz/test.sqlite --archive-file=/opt/foresight/fp10.x-biserver/bin/rm/current.rm4
./RepoManager_start.sh -oupdate-repo -tmssql -sMSServer -dRepository -uUser -wPassword -f/opt/foresight/fp10.x-biserver/bin/rm/current.rm4
./RepoManager_start.sh --operation=update-repo --type=mssql --server=MSServer --database=Repository --user=User --password=Password --archive-file=/opt/foresight/fp10.x-biserver/bin/rm/current.rm4
See also:
Creating and Managing Metadata Repositories | Repository Manager