Configure AlpacaStore Cleanup Process

Alpaca is configured to remove older json files from migrations and exports after 90 days by default. If the default needs to be changed, review the following steps.

  1. In the application-prod.yml configuration file, locate the file-store configuration under alpaca.

    alpaca:
        file-store:
          location: /opt/CleanUpTest
          cleanup-interval: 90
    
  2. Change the cleanup-interval value to the desired number of days to retain files within the configured location.