Backup jobs are failing with the following message:
"Fatal error: Could not connect to scheduler database to load job"
The logs should show errors relating to maximum connection to the database reached.
If this is the case, either reduce the number of simultaneously active jobs, or increase the maximum connection supported to the database as follows:
- Exit the value of 'max_connections' to a higher value in 'postgresql.conf' under <NetVault DB Directory>\pgsql
- 200 to 400 connections should be sufficient
- Save the file
- Stop NetVault Process Manager
- Stop PostgreSQL
- Start PostgreSQL
- Start NetVault Process Manager