Server Management FAQs
Operational questions about running and maintaining an Informer server.
| Question | Short answer |
|---|---|
| Increase the ElasticSearch shard limit | Raise cluster.max_shards_per_node when shards run out. |
| Fixing a "Bad Decrypt" error | Match the tokenSecret after moving servers, or rehash passwords. |
| Bashing into a container | Open a shell in an Informer Docker container. |
| Moving Informer to a new server | Install, back up, and restore onto the new server. |
| Rapid or multiple firing Jobs | Raise the DB connection pool and the Job heartbeat. |
| Server running out of disk space | Free disk so ElasticSearch can process again. |
| Using the tenantRegex option | Extract the Tenant from the hostname in multi-Tenant setups. |