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 I need to rebuild the container and re-run, even though I'm using persistent volumes, my integration connections and data (such as teams) are lost.
Steps to reproduce:
Follow exact steps for "Installing Middleware" here
Add a GitHub Integration
Add a team and repos
If you pause here and check your volumes, you'll notice they're oddly empty. If you simply restart the container, everything persists fine.
Stop the container docker stop middleware
Remove the container docker rm middleware
Follow those same steps from Project setup #1 above to rebuild the container and start it
Open http://localhost:3333/dora-metrics and you will see the Welcome page. Once you're in, you'll notice your integration is unlinked and you've lost your team as well
You'll also notice that your volumes are empty too## Expected behavior:
Actual behavior:
When deleting and recreating the container, and running the new image with the same volumes, any integration and relevant teams data should persist.
Description:
When I need to rebuild the container and re-run, even though I'm using persistent volumes, my integration connections and data (such as teams) are lost.
Steps to reproduce:
docker stop middlewaredocker rm middlewareActual behavior:
When deleting and recreating the container, and running the new image with the same volumes, any integration and relevant teams data should persist.
Server Setup Information: