File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
docs/self-hosted/oel/oauth2 Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -101,18 +101,14 @@ Before deploying the service, you need to apply SQL migrations:
101
101
docker run \
102
102
-e DSN=your_database_connection_string \
103
103
europe-docker.pkg.dev/ory-artifacts/ory-enterprise/hydra-oel:< new-version-tag> \
104
- -- migrate sql -e -f /path/to/config.yaml
104
+ -- migrate sql up -e -f /path/to/config.yaml
105
105
```
106
106
107
107
Replace ` your_database_connection_string ` with your actual database connection string.
108
108
109
- ### 5. Stop the Service
109
+ ### 5. Start the Service
110
110
111
- Once done, you can stop the processes running the old service.
112
-
113
- ### 6. Start the Service
114
-
115
- Now you will be able to start the service:
111
+ Now you will be able to start the service. In most environments, the release will gracefully rotate pods.
116
112
117
113
``` bash
118
114
docker run \
You can’t perform that action at this time.
0 commit comments