airbytehq / airbyte

The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
https://airbyte.com
Other
15.98k stars 4.1k forks source link

https://get.airbyte.com abctl install script assumes "which" utility is available #47413

Open m1tk4 opened 4 hours ago

m1tk4 commented 4 hours ago

Page URL

https://docs.airbyte.com/using-airbyte/getting-started/oss-quickstart

Description

The abctl install script at https://docs.airbyte.com/using-airbyte/getting-started/oss-quickstart assumes "which" utility is available on the target server - which is not the case for example with standard Almalinux/Rocky CT containers on Proxmox.

It then proceeds to check for presence of curl/wget and fails, reporting that "curl nor wget are available" while either one of those may be installed, and its "which" that is missing.

m1tk4 commented 4 hours ago

Sorry I meant the script you get when you curl https://get.airbyte.com