Skip to content

v0.31.0

Compare
Choose a tag to compare
@alexhsamuel alexhsamuel released this 15 Dec 16:43
· 148 commits to master since this release
  • ArchiveProgram no longer vacuums the database file. Use apsis.program.internal.vacuum.VacuumProgram to schedule this separately.

This release requires changes to the schema of Apsis database files. To migrate an existing database,

  1. Stop Apsis.
  2. Create a backup of the database.
  3. python scripts/migrate-db.py path/to/apsis.db
  4. Start the new version.

The migrated database is backward-compatible; it will continue to work with previous versions.