Installer doesn't delete the GeoLite country folder after install
Installer defaults to SQLITE. I'd like to default to postgres for prod
Installer doesn't handle redis by default.
Originally created by @shleeable on GitHub (May 26, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/3150
### Describe the Bug
* Installer autoinstalls GeoLite Country, but not GeoLite ASN
** (the documentation states the installer should handle ASN but it doesn't so that's a bug in https://github.com/fosrl/pangolin/blob/5ef4490692545e53fa45e5727bbd9313349620c6/install/main.go#L782 ).
* Installer doesn't delete the GeoLite country folder after install
<img width="456" height="65" alt="Image" src="https://github.com/user-attachments/assets/201e494f-8788-4c8d-ba06-3dab69e34eb3" />
* Installer defaults to SQLITE. I'd like to default to postgres for prod
* Installer doesn't handle redis by default.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @shleeable on GitHub (May 26, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/3150
Describe the Bug
** (the documentation states the installer should handle ASN but it doesn't so that's a bug in https://github.com/fosrl/pangolin/blob/5ef4490692545e53fa45e5727bbd9313349620c6/install/main.go#L782 ).
@shleeable commented on GitHub (May 26, 2026):
#3151 PR to fix the first two issues.
@shleeable commented on GitHub (May 26, 2026):
#3152 PR to fix the last two issues.