Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

TODO:

  • Prepare the binary (download from GH releases, build yourself, use the container image, ...)

  • Perform the DB migration keystone-db up

  • Start the binary as keystone -c <PATH_TO_THE_KEYSTONE_CONFIG>

Database migrations

Rust Keystone is using different ORM and implements migration that co-exist together with alembic migrations of the python Keystone. It also ONLY manages the database schema additions and does NOT include the original database schema. Therefore it is necessary to apply both migrations.