Updating containers on the appliance...
This may take several minutes to finish...
Online containers are updated successfully on the appliance.
Updating binaries on the appliance...
This may take several minutes to finish...
Binaries are updated successfully on the appliance.
Updating Operating System on the appliance...
This may take several minutes to finish…
Operating System was updated successfully.
Appliance will now reboot in a minute.
The boot up process after reboot may take several minutes.
如果未启用在线转移,系统会返回以下示例响应:
Appliance is not configured for online mode, thus not updating online containers.
Updating binaries on the appliance...
This may take several minutes to finish...
Binaries are updated successfully on the appliance.
Updating Operating System on the appliance...
This may take several minutes to finish…
Operating System was updated successfully.
Appliance will now reboot in a minute.
The boot up process after reboot may take several minutes.
Operating System was rollbacked successfully.Appliance will now reboot in a minute.The boot up process after reboot may take several minutes.Please do not run any additional commands until the appliance has finished rebooting
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-17。"],[],[],null,["# Update appliance software\n\nYou can update Transfer Appliance software if you've ordered an appliance that supports\nonline transfer.\n\nBefore you begin, follow the instructions to\n[prepare a service account key](/transfer-appliance/docs/4.0/prepare-online#prepare-service-account-key)\nfor online transfer.\n\nUpdating the software also restarts the online transfer.\n\nRun `ta update` to update the software listed below:\n\n- Operating system\n- Binaries\n- Docker containers\n\nYou can update each item individually by passing the appropriate flag(s)\nto `ta update`: \n\n ta update --os --binaries --containers\n\nA successful response looks like the sample below. \n\n```\n\nUpdating containers on the appliance...\nThis may take several minutes to finish...\n\nOnline containers are updated successfully on the appliance.\nUpdating binaries on the appliance...\nThis may take several minutes to finish...\n\nBinaries are updated successfully on the appliance.\nUpdating Operating System on the appliance...\nThis may take several minutes to finish...\n\nOperating System was updated successfully.\nAppliance will now reboot in a minute.\nThe boot up process after reboot may take several minutes.\n```\n\nIf online transfer isn't enabled, the following sample response is returned: \n\n```\n\nAppliance is not configured for online mode, thus not updating online containers.\nUpdating binaries on the appliance...\nThis may take several minutes to finish...\n\nBinaries are updated successfully on the appliance.\nUpdating Operating System on the appliance...\nThis may take several minutes to finish...\n\nOperating System was updated successfully.\nAppliance will now reboot in a minute.\nThe boot up process after reboot may take several minutes.\n```\n\nOS rollback\n-----------\n\nIf the updated operating system is problematic, you have the option to do an OS\nrollback. An OS rollback allows you to rollback the OS of the appliance from the\nupdated OS to the OS before the update.\n\n- An OS rollback requires an OS update to have taken place already.\n- An OS rollback requires the version of the current OS to be greater than the version of the previous OS.\n- An OS rollback can only be done once for every OS update.\n\nYou can perform an OS rollback by running the following command: \n\n ta os rollback\n\nA successful response looks like the sample below. \n\n```\n\nOperating System was rollbacked successfully.\n\nAppliance will now reboot in a minute.\n\nThe boot up process after reboot may take several minutes.\n\nPlease do not run any additional commands until the appliance has finished rebooting\n```"]]