Hi all, Kindly help me to start the airbyte in Ubu...
# ask-community-for-troubleshooting
p
Hi all, Kindly help me to start the airbyte in Ubuntu server.
d
what service are you trying to change the port of?
the airbyte webapp?
your issue is unrelated - we are pushing our a fix for this now
p
My ubuntu server is occupied by someother application on 8000 port. So I need to change this 8000 port to some other port.
👍 1
d
makes sense - let me fix this first before and get back to you
can you please pull from master and use
0.29.9-alpha
?
there are two places for you to modify: 1) change https://github.com/airbytehq/airbyte/blob/master/.env#L45 to the port you want 2) change https://github.com/airbytehq/airbyte/blob/master/docker-compose.yaml#L114 to the port you want
p
@Davin Chia (Airbyte) I am following the instruction as you mentioned. Still I am getting below error and the service is not getting started properly
image.png
Could you please help me to solve this issue
d
did you pull from master? guessing you are still on 0.29.8 when you should be on 0.29.9
p
@Davin Chia (Airbyte) Thanks. Now Airbyte is working fine. When adding source mysql database, I am getting some error
image.png
d
hmm I'm not very familiar with this. @[DEPRECATED] Marcos Marx have you seen this before?
u
@Prakash Dutta what version of mysql are you trying to use?
p
Source mysql version
Target Mysql version
@[DEPRECATED] Marcos Marx Please help me on this issue
u
@Prakash Dutta tests for mysql-source connector are made using docker container with version 8.0 I'll test using a container with your versoin to discovery the problem. Maybe for your version the connector is not supported.
p
ok
@[DEPRECATED] Marcos Marx So, Mysql 5* version is not suitable to use for this tool?
u
@Prakash Dutta can you confirm the versions aren't changed? Because I ran source tests using 5.6.51 and worked. But when tried to ran tests using mysql 5.6.51 on destination got the error message you got.
p
my database is same as I mentioned before
the version is same
u
Based on your prints the versions should work. I tested using version 5.6.51 and I got same error as you. It's possible to double check the source/destination config?