- Open a command terminal.
- Execute the following command to view the current database settings:
jamf-pro server config list - Change the database connection settings as needed by executing the following command with the applicable flag and value. For example:
jamf-pro server config set --database-name jamfsoftwareNote:When changing the database password, you can use a secure prompt to enter the password value instead of passing the value to the flag. For example, execute
jamf-pro server config set --database-password. Enter the new database password, and then press EnterA "configuration was updated" message is displayed.
- Restart Tomcat by executing the following command:
sudo jamf-pro server restart