Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.1

tdkserver upgrade

Upgrade a tabsdata instance to the running tabsdata version

tdkserver upgrade \
--instance tabsdata \
--apply true \
--unlock unlock-example \
--details true \
--yes true \
--accept-terms yes \
--verbose \
--keep-progress true
FlagTypeRequiredDescription
--instancestringOptionalName of the instance to upgrade. Defaults to 'tabsdata'.
--applytrue | falseOptionalStart the instance once the upgrade completes. Defaults to 'false'.
--unlockstringOptionalTake over the upgrade lock of an interrupted upgrade and carry on. The version the instance is being upgraded to is kept, so only a tabsdata of that version can resume it. Does nothing when no lock is held.
--detailstrue | falseOptionalShow the summary of resolved values before the upgrade. Defaults to 'true'. Pass '--details false' to skip the summary.
-y, --yestrue | falseOptionalAccept every confirmation prompt and proceed immediately.
--accept-termsstringOptionalAccept or decline the license terms without interactive prompt [y/yes/n/no].
--verboseflagOptionalShow the output of each step that this command runs.
--keep-progresstrue | falseOptionalKeep the progress line of each step that this command runs, instead of clearing it when the step finishes [true/false]. Defaults to true.