Skip to content

Commit

Permalink
Merge pull request #1225 from Kitware/db_docs
Browse files Browse the repository at this point in the history
Add documentation about upgrading the database
  • Loading branch information
zackgalbreath authored Mar 11, 2022
2 parents da57ca1 + bece047 commit 093f756
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,14 @@ redirected to `install.php`. Fill out the installation form to create the
database tables and the initial admin user.

Once that is complete you can create a project and start submitting builds to it.

## Database upgrade

Run the following command whenever you upgrade an existing CDash installation to a new version.

```bash
cd /path/to/CDash
php artisan migrate
```

This will ensure that your database schema is up-to-date.

0 comments on commit 093f756

Please sign in to comment.