Kevin Pfeifer
Kevin Pfeifer
My quckfix is to just manually edit that Line 305 in `vendor/cakephp/migrations/src/Migration/Manager.php` and set ``` $versionArg = null; ``` then the command works fine since I currently don't want to...
So from what I can read here, even setting a `SENTRY_EVENT_RETENTION_DAYS=30` inside the `.env` (and doing a `./install.sh`) does NOT clean up old data. As far as I can tell,...
I am still 95% sure something is wrong with the cleanup procedure sentry should be doing... Postgres is the most contributing factor on taking up system space, but also clickhouse...
``` docker compose run --rm -T web cleanup --days 30 -m nodestore -l debug ``` cleared up around 15GB, so that's nice. But ``` docker compose run --rm -T postgres...
See https://github.com/cakephp/cakephp/pull/18090
Because I got no feedback about the questions I asked like https://github.com/cakephp/cakephp/pull/18090#discussion_r1904415122 and the fact, that a new major has been released of the base repo which I havent ported...
with e.g. https://github.com/cakephp/cakephp/pull/18911#event-19817704023 coming next minor I don't believe we will follow up with porting over the container implementation.
I know from other frameworks, that tagged cached items are not supported by all (but most) engines (primarily Redis, Memcache and APCu) - so this would also be a feature...
Why was this restriction added in the first place @greg-1-anderson ?
If you don't care about the data inside debug_kit (so saved request data) then you can just remove that `tmp/debug_kit.sqlite` and you are fine. It gets automatically recreated. I have...