File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
docs/ucx/docs/installation Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,15 @@ PIP_INDEX_URL="https://url-to-company-hosted-pypi.internal" databricks labs inst
200
200
201
201
During installation reply * yes* to the question "Does the given workspace block Internet access"?
202
202
203
+ In case if host has no access to github, then ucx installation will not be able to download the files locally and fail.
204
+ In order to address that, follow the steps below
205
+ - install ucx on a host which has access to github using the instruction above
206
+ - zip the installation from ~ /.databricks/labs/ucx
207
+ - copy the zip file to the target host and unzip
208
+ Now the installation can be done in offline mode (ensure databricks cli is upgrade to version v0.244.0 or higher)
209
+ ``` commandline
210
+ PIP_INDEX_URL="https://url-to-company-hosted-pypi.internal" databricks labs install ucx --offline=true
211
+ ```
203
212
204
213
205
214
## Upgrading UCX for newer versions
@@ -237,4 +246,4 @@ Databricks CLI will confirm a few options:
237
246
- Whether you want to remove all ucx artefacts from the workspace as well. Defaults to no.
238
247
- Whether you want to delete the inventory database in ` hive_metastore ` . Defaults to no.
239
248
240
- ![ macos_uninstall_ucx] ( /img/macos_4_databrickslabsmac_uninstallucx.gif )
249
+ ![ macos_uninstall_ucx] ( /img/macos_4_databrickslabsmac_uninstallucx.gif )
You can’t perform that action at this time.
0 commit comments