v0.31.0
ArchiveProgram
no longer vacuums the database file. Useapsis.program.internal.vacuum.VacuumProgram
to schedule this separately.
This release requires changes to the schema of Apsis database files. To migrate an existing database,
- Stop Apsis.
- Create a backup of the database.
python scripts/migrate-db.py path/to/apsis.db
- Start the new version.
The migrated database is backward-compatible; it will continue to work with previous versions.