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
As a user I prefer to run myself the Postgres and Clickhouse DBs.
It also makes me sure the DB servers still run when I down/up Sentry.
A lot of the setup relies onto having Postgres as a container for upgrades.
Can an external option be done ?
Same for Clickhouse but much less a priority.
Solution Brainstorm
Currently I comment out the Postgres container and tweaks envs.
And also have to comment all your upgrade lines, and check on each new release. (this is quite the most problematic)
Solution: ask Sentry itself for a DB connection with Python and run the migration ?
The text was updated successfully, but these errors were encountered:
Problem Statement
As a user I prefer to run myself the Postgres and Clickhouse DBs.
It also makes me sure the DB servers still run when I down/up Sentry.
A lot of the setup relies onto having Postgres as a container for upgrades.
Can an external option be done ?
Same for Clickhouse but much less a priority.
Solution Brainstorm
Currently I comment out the Postgres container and tweaks envs.
And also have to comment all your upgrade lines, and check on each new release. (this is quite the most problematic)
Solution: ask Sentry itself for a DB connection with Python and run the migration ?
The text was updated successfully, but these errors were encountered: