Changing the location of the dbONE database: Difference between revisions

From wiki.comcert.com
Jump to navigation Jump to search
(Created page with " == Introduction == By default, the dbONE database is saved to the <nGeniusONE install>/rtm/database/dbone directory. Because the database can be large, you might want to ch...")
 
No edit summary
Line 19: Line 19:
*Navigate to the <nGeniusONE install>/rtm/bin directory.  
*Navigate to the <nGeniusONE install>/rtm/bin directory.  
*Using a text editor, open the serverprivate.properties file.  
*Using a text editor, open the serverprivate.properties file.  
*Back up the file before you make any changes.  
 
{{#invoke:Message box|ambox |type=content|text=Back up the file before you make any changes.}}
*Add the following property:  
*Add the following property:  
<pre>dbone.database.location= <new location>/database </pre>
<pre>dbone.database.location= <new location>/database </pre>

Revision as of 16:10, 27 May 2017

Introduction

By default, the dbONE database is saved to the <nGeniusONE install>/rtm/database/dbone directory.

Because the database can be large, you might want to change the location to which it is saved. 

 

Solution

 

You can do so by adding the dbone.database.location parameter to the serverprivate.properties file.

To change the location of the dbONE database:

  • Stop the nGeniusONE Server.
  • Navigate to the <nGeniusONE install>/rtm/bin directory.
  • Using a text editor, open the serverprivate.properties file.
  • Add the following property:
dbone.database.location= <new location>/database