# Version 2.0.2-SNAPSHOT

# Release 2.0.2

=============

Date: 2014-03-13

This is a bugfix release.

Important Upgrade Note: This bug Issue 661 (opens new window) is caused by the VARCHAR length being too small for a database column. Unfortunately grails won't automatically update the VARCHAR size when you upgrade.

  • If you are using a different database (mysql, etc.), you will have to update your schema manually.

  • If you are using H2, you can use this script to update your database:

    1. Shutdown rundeck
    2. Run rundeck-2.0.2-h2-upgrade.sh (opens new window)
    3. Start rundeck

# Contributors

  • David Wittman
  • Greg Schueler
  • Alex Honor

# Issues