You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When upgrading to 2.10 you may see a warning like the below message for the NGINX Management Suite Ingestion service. It can be safely ignored.
475
-
476
-
```none
477
-
[WARN] #011/usr/bin/nms-ingestion #011start/start.go:497 #011error checking migrations Mismatched migration version for ClickHouse, expected 39 migrations to be applied, currently have only 44 migrations applied.
478
-
```
479
-
480
-
---
481
-
482
-
### {{% icon-bug %}} When upgrading to Instance Manager 2.10, the API does not return lastDeploymentDetails for existing configurations {#42119}
After upgrading to Instance Manager 2.10, the API does not return lastDeploymentDetails forexisting configuration blocks. This is then reflected as "Invalid Date"in the UI (See #42108).
494
-
495
-
#### Workaround
496
-
497
-
Republish the configuration for the affected configuration blocks.
498
446
499
447
---
500
448
@@ -503,75 +451,11 @@ Republish the configuration for the affected configuration blocks.
503
451
504
452
November 17, 2022
505
453
506
-
### {{% icon-bug %}} App Protect Policies page fails when deployed via Helm chart {#38782}
When installing NGINX Instance Manager on Kubernetes via Helm Chart, the App Protect page shows an error banner, and no default policies are displayed.
518
-
519
-
---
520
-
521
-
### {{% icon-bug %}} Config deployment could fail when referencing remote cert inside allowed directories {#38596}
When using NGINX Instance Manager with App Protect policies, previously referenced policies in the NGINX configuration may not be removed after they are no longer referenced in the NGINX config.
556
-
557
-
#### Workaround
558
-
559
-
Unreferenced policy files may be removed manually from /etc/nms.
560
456
561
457
---
562
458
563
-
### {{% icon-bug %}} HTTP version schema returns incorrect value in Advanced metrics module {#38041}
Occasionally, when publishing an NGINX config to a NATS server, the system returns a `Deployment Not Found` error, and the `nms.log` file includes the error `http failure with code '131043': <nil>`.
632
-
633
-
#### Workaround
634
-
635
-
Remove the existing NATs working directory and restart the NMS Data Plane Manager (`nms-dpm`) service as root.
636
-
637
-
{{< call-out "caution">}}Restarting the `nms-dpm` service is disruptive and may result in the loss of event data. You should schedule a maintenance window for restarting the service.{{< /call-out >}}
After upgrading to NGINX Instance Manager 2.1.0, and updating nginx-agent from platform packaging, duplicate instances may appear on the Instance overview page. This issue is caused by a change in how the NGINX Agent generates the `system_uid`.
717
-
718
-
#### Workaround
719
-
720
-
You can safely delete the older entries or wait for them to expire.
721
-
722
-
---
723
-
724
-
### {{% icon-bug %}} “No such process” error occurs when publishing a configuration {#33160}
When publishing a configuration, you might encounter an error similar to the following example:
736
-
737
-
``` text
738
-
config action failed: Config apply failed (write): no such process
739
-
```
740
-
741
-
This error can occur when there is a desyncronization between the NGINX Agent and NGINX PID, often after manually restarting NGINX when the Agent is running.
NGINX Instance Manager does not currently support managing NGINX App Protect WAF instances. NGINX App Protect WAF may block attempts to publish configurations to NGINX App Protect WAF instances.
770
536
771
537
---
772
538
@@ -787,44 +553,3 @@ In the web interface, when uploading a config file that's larger than 50 MB (max
787
553
788
554
Keep config files under 50 MB.
789
555
790
-
---
791
-
792
-
### {{% icon-bug %}} CentOS 7, RHEL 7, and Amazon Linux 2 package managers allow unsupported NGINX/NGINX Plus versions {#28758}
When installing on CentOS 7, RHEL 7, and Amazon Linux 2, the package manager doesn't prevent installing NGINX Instance Manager with unsupported versions of NGINX or NGINX Plus. As a consequence, it is possible that `nms-instance-manager` is installed without an NGINX gateway. Resulting in a less than optimal experience.
804
-
805
-
#### Workaround
806
-
807
-
Install a supported version of NGINX (v1.18 or later) or NGINX Plus (R22 or later). See the [Technical Specifications]({{< ref "nim/fundamentals/tech-specs.md">}}) guide for details.
0 commit comments