# Version 2.0.3
# Release 2.0.3
=============
Date: 2014-03-24
This is a bugfix release (see Issues.)
Important Upgrade Note: This bug Issue 661 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:
- Shutdown rundeck
- Run rundeck-2.0.2-h2-upgrade.sh
- Start rundeck
# Contributors
- David Petzel
- Greg Schueler (gschueler)
- Alex Honor (ahonor)