Skip to content

Commit 7c83065

Browse files
authored
docs: update oel upgrade guide (#2008)
1 parent 548a519 commit 7c83065

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/self-hosted/oel/oauth2/upgrade.mdx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,18 +101,14 @@ Before deploying the service, you need to apply SQL migrations:
101101
docker run \
102102
-e DSN=your_database_connection_string \
103103
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
105105
```
106106

107107
Replace `your_database_connection_string` with your actual database connection string.
108108

109-
### 5. Stop the Service
109+
### 5. Start the Service
110110

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.
116112

117113
```bash
118114
docker run \

0 commit comments

Comments
 (0)