Changing the location of the dbONE database: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
*Using a text editor, open the serverprivate.properties file | *Using a text editor, open the serverprivate.properties file | ||
{{#invoke:Message box|ambox |type=content|text= | | ||
{{#invoke:Message box|ambox |type=content|text=Always make a backup of the file before changing it.}} | |||
| |||
*Add the following property: | *Add the following property: | ||
<pre>dbone.database.location= <new location>/database </pre> | <pre>dbone.database.location= <new location>/database </pre> |
Latest revision as of 09:19, 22 December 2020
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
Always make a backup of the file before changing it. |
- Add the following property:
dbone.database.location= <new location>/database