Error deploying Airbyte on Windows with run-ab-platform.sh command

Summary

User is facing an error while trying to deploy Airbyte on Windows using the run-ab-platform.sh command.


Question

Hi everyone !

I’m trying to deploy airbyte on Windows following this article : https://docs.airbyte.com/deploying-airbyte/local-deployment :

git clone --depth=1 https://github.com/airbytehq/airbyte.git
cd airbyte
./run-ab-platform.sh

But when I try : ./run-ab-platform.sh this command it showing below error and even I’m tried on bash also.

Please anyone help on this concern.



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.

Join the conversation on Slack

["deploying-airbyte", "windows", "run-ab-platform.sh", "error"]

the screenshot looks like windows command prompt and not a wsl2 terminal

Thanks for responding on above, now I have fixed this and installation successfully done.

Now I’m facing connectivity issue.

Please suggest on below issue:
When I’m connecting & creating to Mysql server as source & destination that time Airbyte throwing the error Message: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.

I have attached the error log. Please suggest me on this matter.

does the connection test succeed on the source when you set it up?

no connection not succeed. It returning error Communications link failure.

then theres an issue connecting to your db server. Are you able to reach it locally via some other method to confirm connectivity, correct ports open, etc?