Skip to content

Nginx configuration error during a migration from version 0.93.0 to 0.95.0. #2473

@obermeier

Description

@obermeier

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions