Compare configs between Azure staging and Azure production

Similar to #668 (closed), compare the config between azure staging and production.

The full config can be viewed with SHOW ALL and exported like so:

knife ssh 'fqdn:postgres*.db.stg.gitlab.com' "sudo gitlab-psql -d gitlabhq_production -c 'show all' > /tmp/full-postgres-config"
Edited by Andreas Brandl