[23:10:25] mszabo: I'm catching up with xhgui releases since 2020, I see you in the release notes. Nice :D https://github.com/perftools/xhgui/releases/tag/0.16.1 , https://github.com/perftools/xhgui/pull/360 [23:11:12] mszabo: do you recall any mandatory changes to db schema or changes to the mw-side of writing to the db so far? (which version did you first deploy, and what do you run now?) [23:36:04] Krinkle: for xhgui? we just run it with a k8s-based mongo deployment since if the data goes away it's not exactly a disaster [23:36:16] I'm not even sure whether I want to keep it around given that excimer-ui-server is available now [23:37:04] ah so you never moved to pdo/mysql, and probably don't persist db anyway then [23:37:33] yeah, we do persist it but to a PVC for which the Ops team do not offer backups or any availability guarantees really [23:37:39] so it's persistent, until it's not [23:38:11] for the upload on the MW side we just used the endpoint XHGui exposes though, so MW never had to interact with the backing store [23:39:21] mszabo: hm.. not sure I follow. Do you mean there's no mw config code for xhgui in your case? [23:40:46] I'm guessing you use the stack saver over HTTP? https://github.com/perftools/php-profiler#stack-saver [23:41:01] upload* saver