I have a test JAMF Pro server (10.20.1) on Red Hat that has the MySQL on another Red Hat server. It almost looks right but some odd things are happening
- machine searches in the web interface for all machines (nothing in the search field) bring zero results but if I search explicitly for a machine I know is in there by typing its name, I find it
- Accessing the API gives
<computers>
<size>0</size>
</computers>
so that agrees in a way to the first point.
Unfortunately it looks like this issue has been in there through several upgrades so restoring is probably not going to fix it. I'd like to get it back to a point that I trust it.
Given that it's a test server, would it be simplest to just blow away the database and recreate it? If that is the way, will the Tomcat server re-configure the database with all the tables as it does its first connection or do I have to re-do its installation too?
Regards,
David