Skip to content
Discussion options

You must be logged in to vote

Thanks so much for reaching out.

We generally tie database migrations to major version releases, and that’s where we document any required or recommended steps in MIGRATION.md.

For the upgrade from v12.x → v13.0.0, here’s what to keep in mind:

Possible Admin Action

Database

This release adds a partial index on spans.attributes for session ID. The migration runs automatically on startup.

  • For most users (including SQLite and typical PostgreSQL deployments), no action is needed.
  • For very large PostgreSQL databases (hundreds of GiB or more), the migration runs inside a transaction and may hold a table lock for an extended period. If that applies to your setup, we recommend pre-creating the i…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by nomadlogic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants