I am not sure in some examples I read about extraOptions but in others it seems it’s called phpOptions now but when I setup inside services.nextcloud:
phpOptions = {
"versions_retention_obligation" = "auto, 20";
"trashbin_retention_obligation" = "auto";
};
I don’t see the changes not in /var/lib/nextcloud/config neither in config.php nor in overwrite.config.php is it somewhere else injected I want to see if it’s active or working or the conversion did work correctly.
Or did I do something wrong?