Name

bif-upgrade - upgrade a repository

Version

0.1.5_8 (yyyy-mm-dd)

Synopsis

bif upgrade [OPTIONS...]

Description

The bif-upgrade command upgrades the current repository database to match the running version of bif.

bif upgrade
# Database remains at v1.318
# UUIDs ok UUIDs

After the upgrade is committed the bif-check command is run to ensure the respository information is consistent. As an administration command, bif-upgrade is only shown in usage messages when the --help option is used.

Arguments & Options

--force, -f
Force the upgrade to occur even if the repository database version matches the bif software version. This is equivalent to dumping the data, initializing a new repository and loading the data back in.
--renew-uuids
By default the --force option keeps the existing UUIDs for nodes and changes. During development however the schema may change, making the UUIDs invalid. This option discards the old UUIDs and recalculates new ones when rebuilding. Only upgrades local changes!
--keep-invalid
If an upgrade fails the temporary destination database (db-v1.sqlite3-next) is usually removed. This option prevents that from happening and also sets the keep_invalid bifkv before the upgrade. This is mostly a development/debugging option.

See Also

bif(1)

Author

Mark Lawrence <nomad@null.net>

Copyright And License

Copyright 2013-2017 Mark Lawrence <nomad@null.net>

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.