hi all, what’s the best practice for migrating connectors across airbyte instances? we currently have two instances: staging and prod. we have a bunch of connectors running on staging and just set up our prod instance, but we don’t know how to migrate. some options i can think of:
- somehow promoting our staging instance to prod — maybe we can copy all the data from our staging env to our prod env? is there a backup/restore option?
- creating new airbyte connectors in prod that point to the same places as staging connectors, and then switching over. what would happen in this case?
- setting up brand new connectors with new destinations in prod — rerunning historical syncs or performing manual backfills
would be great to hear some POVs on these options