Hey folks, dumb question - I have some software I ...
# fleet
j
Hey folks, dumb question - I have some software I use fleet to push out. When I spin down and brought back the containers, the software is no longer downloadable. I'm assuming its because it was stored somewhere on the container. Is there a way to specify a place to store software in persistent storage and point it to a bucket? Or would I have to save all of fleet to persistent storage?
k
Hi @Jan Jedrasik! The officially supported backend for the software installer store is S3: https://fleetdm.com/docs/configuration/fleet-server-configuration#s-3 If you're testing Fleet or this is a dev instance and you don't want to connect to AWS or set up your own min.io backend, you can specify a directory for your installer store using
FLEET_SOFTWARE_INSTALLER_STORE_DIR
.
j
Gotcha, ok, thank you!