Tom Hughes
Tom Hughes
Putting it on the dev server does not sound like a good idea to me for many, many reasons.
I think the issue is that by default MediaWiki tries to get the mime type of any uploaded file and match it against `$wgMimeTypeBlacklist` and if it's not able to...
That description does not appear to match the MediaWiki documentation. There is no mention of a whitelist for mime types, only a blacklist. As I say I suspect the real...
Ah I think I may have misunderstood. I thought that `$wgFileExtensions` was matched against the filename from the client but if I understand correctly the actual procedure is: 1. uploaded...
Documentation on alerting: * Using prometheus: https://prometheus.io/docs/alerting/latest/overview/#alerting-overview * Using grafana: https://grafana.com/docs/grafana/latest/alerting/ Both can deliver into Alertmanager though grafana can also deliver directly to various other channels.
Well going to anything other than 9.3 is going to involve extra work anyway, as 9.3 is what 14.04 has and it won't get 9.4 even when that comes out.
FDW?
Yes I was just going to make it a separate connection at the rails level rather than federate it at the postgres level.
You can't replicate across different versions can you?
Well the builtin replication is streaming the binary logfiles, so if the format of those changes at all between versions I don't see how it can work? Unless new versions...