Zak Keener
05/25/2022, 2:17 AMairbyte_workspace
volume /data
. According to the docs this is where logs, configs, and I assume other things are stored. Is it safe to delete these after a period of time? I need to cleanup logs on a very large Airbyte instance (millions of directories in /data
) and would like to remove all directories older than 2 weeks, but do not want to remove data that will not be regenerated.Zak Keener
05/25/2022, 2:22 AMMarcos Marx (Airbyte)
05/25/2022, 3:47 PMZak Keener
05/25/2022, 8:20 PM0.36.2-alpha
Zak Keener
05/25/2022, 8:21 PMMarcos Marx (Airbyte)
05/25/2022, 9:04 PMZak Keener
05/26/2022, 7:22 PMZak Keener
05/26/2022, 7:25 PMZak Keener
05/26/2022, 7:25 PMZak Keener
05/26/2022, 7:53 PMtemporal:
volumes:
- ./temporal/dynamicconfig:/etc/temporal/config/dynamicconfig
server:
volumes:
- workspace:${WORKSPACE_ROOT}
- data:${CONFIG_ROOT}
- ${LOCAL_ROOT}:${LOCAL_ROOT}
scheduler:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- workspace:${WORKSPACE_ROOT}
- ${LOCAL_ROOT}:${LOCAL_ROOT}
- data:${CONFIG_ROOT}