On 3/16/06, Rick Hillegas <[EMAIL PROTECTED]> wrote: > When I run a 10.2 server (built from the mainline) and try to connect to > a 10.1 database, I get the following error: > > ERROR XJ040: Failed to start database 'testdb10.1', see the next > exception for details. > ERROR XCW00: Unsupported upgrade from '10.1' to '10.2 beta'. > > Does this mean that soft upgrade is not working? >
Upgrades to alpha/beta versions are not supported by default. For testing purposes, we can specify a system property "derby.database.allowPreReleaseUpgrade" to true to allow upgrade to pre-release version. Please take a look at the upgrade tests where this property is used. Thanks, Deepa
