Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
alexbouchardd
requested changes
Jan 30, 2026
docs/pages/guides/upgrade-v0.13.mdx
Outdated
Comment on lines
23
to
26
| | `GET /tenants/:tenant_id/events/:event_id/deliveries` | **Removed** — use `GET /tenants/:tenant_id/attempts?event_id=:event_id` | | ||
| | `GET /tenants/:tenant_id/destinations/:destination_id/events` | **Removed** — use `GET /tenants/:tenant_id/attempts?destination_id=:destination_id` | | ||
| | `GET /tenants/:tenant_id/destinations/:destination_id/events/:event_id` | **Removed** | | ||
| | `POST /tenants/:tenant_id/destinations/:destination_id/events/:event_id/retry` | `POST /tenants/:tenant_id/attempts/:attempt_id/retry` | |
Contributor
There was a problem hiding this comment.
Needs review that's no longer correct
| ```json | ||
| { | ||
| "id": "atm_123", | ||
| "status": "success", |
Contributor
There was a problem hiding this comment.
event_id and destination_id missing?
docs/pages/guides/upgrade-v0.13.mdx
Outdated
Comment on lines
176
to
179
| 2. **During upgrade:** | ||
| - [ ] Stop Outpost | ||
| - [ ] Run migrations: `migrate apply --all` | ||
| - [ ] Verify migrations completed: `migrate verify` |
Contributor
There was a problem hiding this comment.
Given the tables have changes won't that lead to data lost?
Collaborator
Author
There was a problem hiding this comment.
The migrate command is only for Redis. For Postgres it's automatic, and also we used ALTER TABLE command.
With that said, we should remove this step. I also probably should QA the migration step from v0.12 -> v0.13 for Postgres users.
Contributor
There was a problem hiding this comment.
Okay great ALTER works and since clickhouse is net new it's not an issue 👍
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.