Skip to content

Improve Geo database setup manual

Valery Sizov requested to merge fix_geo_database_manual into master

What does this MR do?

This change fixes three problems:

  • I'm not necessarily using UNIX like OS as a local machine, so we don't have to force a user to use scp
  • It's common to authenticate to server as a non-root user and then use sudo -i, so when we recommend running scp server.crt secondary.geo.example.com: we copy to /home/non-root/ rather then /root/ as the next step expects it to be.
  • Fix a minor TYPO I introduced yesterday.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Edited by Valery Sizov

Merge request reports