mlabs-haskell / cardanow

Apache License 2.0
2 stars 0 forks source link

Enhance Cleanup Script for Disk Space Management #61

Closed albertodvp closed 4 months ago

albertodvp commented 4 months ago

Description

Enhance the cleanup script to manage disk space more efficiently by deleting fetched Mithril snapshots and intermediate snapshots as soon as they are no longer needed. This is crucial to prevent running out of disk space due to the large amount of data being produced.

Tasks

  1. Delete Mithril Snapshots

    • Delete Mithril snapshots as soon as we are done using them.
  2. Delete Intermediate Snapshots

    • Delete intermediate snapshots, such as the Kupo database, after we have created the tar file.

Checklist