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
Describe the bug
I have made all the changes needed for upgrading from 2.9.0 to 3.0.0 described here: https://grafana.com/docs/loki/latest/setup/upgrade/#300
All components are up as expected, but compactor is in crashloopbackoff with this error:
flag provided but not defined: -boltdb.shipper.compactor.working-directory
Run with -help to get list of available parameters
The BoltDB store is deprecated in Loki 3.0. You should migrate from BoltDB to TSDB, and then perform the Loki upgrade. This is mentioned in the TIP in the Loki upgrade documentation
Describe the bug
I have made all the changes needed for upgrading from 2.9.0 to 3.0.0 described here: https://grafana.com/docs/loki/latest/setup/upgrade/#300
All components are up as expected, but compactor is in crashloopbackoff with this error:
here is my compactor config section:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Compactor start working
Environment:
Screenshots, Promtail config, or terminal output
The text was updated successfully, but these errors were encountered: