-
Notifications
You must be signed in to change notification settings - Fork 208
Description
Apache StreamPipes version
dev (current development state)
Affected StreamPipes components
Backend, UI
What happened?
In version 0.95.0, the Nginx configuration could be generated based on a template file.
However, this template file is not accessible in the filesystem if the underlying volume was previously used for another instance.
As a result, Nginx fails to start due to the missing configuration.
Workaround:
A workaround for this issue is copy the missing template file to the correct location from a second locaton (/etc/opt/nginx/).
This step is only necessary when migrating from version 0.93.0 to a newer version.
It is advisable to remove this workaround after the release of version 0.95.0 to maintain cleaner code.
What do you think of this ideas?
How to reproduce?
Start StreamPipes 0.93.0 and than start 0.95.0-SNAPSHOT with the same volumes.
Expected behavior
No response
Additional technical information
No response
Are you willing to submit a PR?
Yes, I am willing to submit a PR!