getsentry / getsentry/self-hosted
Reorder install.sh to update docker images before shutting down
Open
getsentry/self-hosted
Improvement
Self-hosted
- Dominant language
- Shell
- Stars
- 9.6k
- Forks
- 2k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 12
Description
### Problem Statement
The install.sh script shuts down Sentry before running the 'Fetching and updating docker images' step.
On slow internet connections, this can cause quite a long downtime for Sentry, when the script is doing something unrelated.
### Solution Brainstorm
Could the docker images be pulled before Sentry has been shutdown?
Contributor guide
Assessment
This issue has not been assessed yet.