File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -2038,6 +2038,8 @@ snuba:
20382038 rustConsumer : false
20392039
20402040 # ClickHouse database cleanup configuration
2041+ # WARNING: NOT READY FOR PRODUCTION USE
2042+ # Using this job without tweaks will result in deletion of Snuba migrations status!
20412043 cleanup :
20422044 # -- Enable ClickHouse database cleanup cronjob
20432045 enabled : false
@@ -2062,7 +2064,9 @@ snuba:
20622064 # Table discovery configuration
20632065 tables :
20642066 # -- Auto-detect tables instead of using a hardcoded list
2065- autoDetect : true
2067+ # WARNING: Setting this option to `true` will result in deletion of Snuba
2068+ # migration status! This will break upgrades without manual intervention!
2069+ autoDetect : false
20662070 # -- Include patterns for table names (regex patterns)
20672071 includePatterns :
20682072 - " .*_local$"
You can’t perform that action at this time.
0 commit comments