Hi all! I’m not terribly familiar with docker - bu...
# announcements
r
Hi all! I’m not terribly familiar with docker - but how straightforward would it be to deploy my airbyte config/instance I have set up on my local workstation to a server install? Mainly thinking about replicating the sources & destinations I have set up (side note: I set up airbyte locally and very impressed - really looking forward to its continued development!)
m
Hi Raphael
Glad you like it šŸ˜„
šŸ™ 1
where is your server hosted? is it on a cloud provider or is it in your data center?
r
it is a gcp compute engine that has several other etl scripts / things on it
m
we created a tutorial to deploy airbyte on a gcp instance
let me link it to you
You probably won't need to follow all the instructions since you already have an instance running
I would start at the "install docker" part
r
ah sweet - so that is essentially deploying from my local instance to the server? not spinning up a new instance on the server?
m
since you already have an instance running, you just need to connect to it and ensure you have docker and docker-compose available on it
then you can run airbyte on this instance the same way you started it on your workstation. Happy to jump on a call with you if you want
šŸ™ 1
r
Awesome thank you - I will let you know if I can get that going. Cheers!