I've been tasked to migrate a MediaWiki (1.30.0) setup, from a self-hosted Postgres database to some service offered by Azure.
In practice, the main changes from most Postgres services are that:
- we would need to login using an username that includes a domain part (eg: myuser@mypostgresdomain), and have installer working with such database username
- we would need to enable postgres' SSL option, and have installer allow for switching it on
As of right now, I managed to get it working, although my patch isn't PR material, my customer won't leave me more time on that matter/fixed as far as he's concerned, ...
https://gist.github.com/faust64/c5f8e73aefe442d100f229fa4f62c9ae
Still going through How to contribute, although I'm not interested in becoming a contributor, ...
Is there anyone that could take over?
Thanks!