Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] DB Storage location 5.x vs 6.x

Hello
Recently we noticed one bug in che6 startup scripts.
This bug https://github.com/eclipse/che/issues/8068 
affects migration from che5 to che6, since with same configuration
location of database storage has been changed. 

Old 5.x  database location: /<path_to_che_instance/data/db/che.mv.db
New 6.0.-M3 database location: /<path_to_che_instance/data/storage/db/che.mv.db
We are going to make some automation in startup scripts to move this 
file in old place. 

No extra action is needed for the end users.

Back to the top