Rowan Moul
05/04/2023, 8:59 PMkapa.ai
05/04/2023, 8:59 PMkapa.ai
05/04/2023, 9:00 PMS3_LOG_BUCKET=<your_s3_bucket_to_write_logs_in> AWS_ACCESS_KEY_ID=<your_s3_access_key> AWS_SECRET_ACCESS_KEY=<your_s3_secret_key> S3_MINIO_ENDPOINT=<endpoint_where_minio_is_deployed_at> S3_LOG_BUCKET_REGION= S3_PATH_STYLE_ACCESS=true
[source](https://docs.airbyte.com/deploying-airbyte/on-kubernetes#configure-logs) Regarding the Airbyte configuration, it is stored in a Postgres database. You can use an external Postgres instance to persist your Airbyte configuration and ensure that it can be restored when redeploying Airbyte. You can find more information on configuring the Airbyte database [here](https://docs.airbyte.com/operator-guides/configuring-airbyte-db). However, I don't have enough information to provide a complete solution for persisting the "storage state" outside of Minio. I recommend checking the [Airbyte documentation](https://docs.airbyte.com) and [Airbyte community forum](https://discuss.airbyte.io) for more information on this topic.Rowan Moul
05/04/2023, 9:05 PMkapa.ai
05/04/2023, 9:06 PMkapa.ai
05/04/2023, 9:07 PM