Skip to content

Commit

Permalink
docs: update oel upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Jan 16, 2025
1 parent b0ca0cf commit caf7a75
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/self-hosted/oel/oauth2/upgrade.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,18 +101,14 @@ Before deploying the service, you need to apply SQL migrations:
docker run \
-e DSN=your_database_connection_string \
europe-docker.pkg.dev/ory-artifacts/ory-enterprise/hydra-oel:<new-version-tag> \
-- migrate sql -e -f /path/to/config.yaml
-- migrate sql up -e -f /path/to/config.yaml
```

Replace `your_database_connection_string` with your actual database connection string.

### 5. Stop the Service
### 5. Start the Service

Once done, you can stop the processes running the old service.

### 6. Start the Service

Now you will be able to start the service:
Now you will be able to start the service. In most environments, the release will gracefully rotate pods.

```bash
docker run \
Expand Down

0 comments on commit caf7a75

Please sign in to comment.