Choose your language

Choose your login

Contact us

Configure the database storage location

This page applies to:

By default, the Job Ticketing Ticketing database is located in the following location: <install-path>/job-ticketing/data/derby

You can, however, change this location. To change the storage location:

  1. Stop the Job Ticketing service.
  2. Copy the <install path>/job-ticketing/data/derby folder to the new location.
  3. Open the following file in a text editor: <install-path>/job-ticketing/config/application.properties
  4. Locate the following line in the file: database-location=<database location>
  5. Change <database location> to your required location. This can be:
    • a relative path from the <install path>/job-ticketing/ folder. For example, database-location=data/database
    • an absolute path. For example, database-location=c:/data/job-ticketing/database
  6. Save the file.
  7. Restart the Job Ticketing service.
  8. Test that everything works,
  9. Then, delete the original <install-path>/job-ticketing/data/derby folder.

Comments