You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by ossi petz <os...@hallo.ms> on 2007/09/26 17:12:54 UTC

upgrade 1.1-beta-2 to beta3 questions

hallo

this might be a stupid question but i never got in touch with apache 
derby databases before.

i tried followed the upgrade instructions at 
http://maven.apache.org/continuum/guides/mini/guide-data-management.html

the commands i issued:

$ java -Xmx512m -jar data-management-cli-1.1-beta-2-app.jar 
-buildsJdbcUrl jdbc:derby:continuum-1.1-beta-2/data/continuum/database 
-mode EXPORT

$ java -Xmx512m -jar data-management-cli-1.1-beta-3-app.jar 
-buildsJdbcUrl jdbc:derby:continuum-1.1-beta-3/data/continuum/database 
-mode IMPORT

there where no errors. but it seems the users got lost?
after starting beta3 i was prompted to create an admin user, and other 
users from beta2 are no missing.

the configured projects and previous build results are there.

do i need to import expotr another folder too?


thanks a lot :)
regards

ossi


Re: upgrade 1.1-beta-2 to beta3 questions

Posted by olivier lamy <ol...@apache.org>.
Hi,
Look at the parameter -usersJdbcUrl

Try : java -Xmx512m -jar data-management-cli-1.1-beta-2-app.jar -help

--
Olivier

2007/9/26, ossi petz <os...@hallo.ms>:
>
> hallo
>
> this might be a stupid question but i never got in touch with apache
> derby databases before.
>
> i tried followed the upgrade instructions at
> http://maven.apache.org/continuum/guides/mini/guide-data-management.html
>
> the commands i issued:
>
> $ java -Xmx512m -jar data-management-cli-1.1-beta-2-app.jar
> -buildsJdbcUrl jdbc:derby:continuum-1.1-beta-2/data/continuum/database
> -mode EXPORT
>
> $ java -Xmx512m -jar data-management-cli-1.1-beta-3-app.jar
> -buildsJdbcUrl jdbc:derby:continuum-1.1-beta-3/data/continuum/database
> -mode IMPORT
>
> there where no errors. but it seems the users got lost?
> after starting beta3 i was prompted to create an admin user, and other
> users from beta2 are no missing.
>
> the configured projects and previous build results are there.
>
> do i need to import expotr another folder too?
>
>
> thanks a lot :)
> regards
>
> ossi
>
>


-- 
Olivier