You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you attempt to upgrade a paralus server from 0.2.0 with relay version 0.1.2 to 0.2.5 paralus with relay 0.1.5 (starting with 0.1.4), you'll get the error:
The only way to fix this is to go to the database and update the fingerprint value in the sentry_bootstrap_agent table for the specific token row with the uid from the paralus-system namespace for that client (also found within the log)
Steps to reproduce the bug
Create a cluster in paralus 0.2.0 or 0.2.1 (so the relay agent is at 0.1.3 or lower)
Bootstrap it in and make sure it works
Upgrade the paralus to 0.2.3 or higher (so relay agent is 0.1.4 or higher)
Try to have the client connect and it will fail with the above issue
(optional) If you have ideas on why the bug happens or how it can be solved, please provide it here
This appears to be happening because an existing cluster does not automatically update the fingerprint if it's already bootstrapped into the database. You have to do a new bootstrapping, or update the value manually
I've described the bug, included steps to reproduce it, and included my environment setup with all customizations.
I'm using the latest version of the project.
The text was updated successfully, but these errors were encountered:
Expected vs actual behavior
If you attempt to upgrade a paralus server from 0.2.0 with relay version 0.1.2 to 0.2.5 paralus with relay 0.1.5 (starting with 0.1.4), you'll get the error:
The only way to fix this is to go to the database and update the fingerprint value in the
sentry_bootstrap_agent
table for the specific token row with the uid from the paralus-system namespace for that client (also found within the log)Steps to reproduce the bug
(optional) If you have ideas on why the bug happens or how it can be solved, please provide it here
This appears to be happening because an existing cluster does not automatically update the fingerprint if it's already bootstrapped into the database. You have to do a new bootstrapping, or update the value manually
The text was updated successfully, but these errors were encountered: