Hi guys is it somehow possible to export and impor...
# ask-community-for-troubleshooting
p
Hi guys is it somehow possible to export and import the configration of an airbyte instance (e.g. all configured connections, connectors etc.) ?
d
p
thank you ! didn't see this in the documentation (or maybe i just search the wrong keywords :D) is it also possisble to export existing config from an airbyte instance via octiavia or only to import it ?
d
Both! The
octavia generate
command takes care of that
My use case was a bit tricky as my Airbyte instance is deployed in a dev and prod environment, as well as contained secrets (such as DB passwords), but happy to help if you run into isssues
p
was able to get the configs from the aribyte instance via the "octavia import all" command is there a parameter to skip the prompt for each config ? => e.g. defaul yes for all questions "do you want to replace it" ?
d
oh yea sorry I gave you the wrong command, glad you got it
p
image.png
d
That I’m not sure of, that might be a question for someone at Airbyte
p
ok no problem i just need this at the moment for our local development environment
can you maybe in short explain, what the state_XY files are for ?
are these references to entries to the internal airbyte db ?
do i need to have these or can i migrate with these files to an other freshly new created airbyte instance ?
or in other words : do you have some best practice from your experience, how to share this config between mutliple stages ? e.g. a dev, test, prod stage ?