Requires Diesel CLI to run database migrations.
Installing Diesel CLI
Diesel CLI is installed from Cargo, Rust's package manager.
cargo install diesel_cli --no-default-features --features mysql
After installation, run the following from the working directory containing the pitboss
binary.
diesel migration run
Configuring your database credentials
Be sure to set your database credentials in the .env file. If it appears missing you may have "Show hidden files" disabled.