Manual Page Search Parameters

SPACEPLANNER_MIGRATEDB(1) General Commands Manual SPACEPLANNER_MIGRATEDB(1)

spaceplanner_migratedbspaceplanner database migration utility

spaceplanner_migratedb [-ind]

The spaceplanner_migratedb utility migrates Spaceplanner databases to new schema versions. To initialize the database, see spaceplanner_bootstrapdb(1).

The options are described below:

Display information about applied/unapplied patches.
Don't perform any migrations. (Useful in combination with -i.)
Debug by showing the SQL that would be run through psql(1).

$PREFIX/share/spaceplanner/db/migrations
Database migrations.

The spaceplanner_migratedb utility exits 0 on success, and >0 if an error occurs.

Migrate the database to the latest version:

$ spaceplanner_migratedb

spaceplanner_bootstrapdb(1), spaceplanner_api(1)

Jacob R. Edwards <jacob@jacobedwards.org>

February 26, 2026 jacob