[09:15:45] codebam: add a .php file to your wiki root that would just print the current user name + group and nothing else, then check if the SQlite .db file is owned by the same user and/or group, and finally set permissions accordingly [09:19:43] codebam: posix_getpwuid(posix_geteuid()) will return an array with name and gid, then posix_getgrgid() on that gid would give you an array with group name [09:23:30] on a second thought if you are using containers and attached storage, you may want to show numeric UID/GID [09:23:47] since your host OS might not have the passwd entries for those [09:24:33] (or they may differ) [17:18:45] When will MediaWiki 1.37 be released? [17:21:14] Guest75: likely around november of this year