Shlink with Redis in Openshift #163
-
Shlink versionlatest PHP versionshipped with container How do you serve ShlinkDocker image Database engineMicrosoftSQL Database versionlatest SummaryHi, i´m planning to run shlink in an openshift cluster with a pod-count greater than 1. Is there a configuration issue or is that a bug within shlink? Thank you and regards |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 1 reply
-
This sounds like a bug to me. Could you open a bug report? https://github.com/shlinkio/shlink/issues/new?template=Bug.yml
Yes, as there are operations that should not be run more than once in parallel (like migrations), so a central storage is needed for all Shlink instances to coordinate. |
Beta Was this translation helpful? Give feedback.
This sounds like a bug to me. Could you open a bug report? https://github.com/shlinkio/shlink/issues/new?template=Bug.yml
Yes, as there are operations that should not be run more than once in parallel (like migrations), so a central storage is needed for all Shlink instances to coordinate.