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
The applications to stop are loaded into pm2 from the configuration file provided by the source collection. If the source collection changes, the previous config file becomes unaccessible and pm2 cannot stop the previous application, thus preventing the new one from starting
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,10 @@ all:
82
82
ota_directory: demo
83
83
```
84
84
85
+
#### Changes on a existing deployment
86
+
87
+
If the `ota_source_repository` is changed on an existing target, the application has to be [stopped](#playbook-execution-refinement) before the new configuration is deployed.
0 commit comments