ce38e9a660236771e5faafdee0abb1d900838352
wiki/info/landscape/archive-server-upgrade.md
| ... | ... | @@ -88,11 +88,11 @@ curl https://www.sapsailing.com/sailingserver/api/v1/compareservers -d "server2= |
| 88 | 88 | Differences are reported in a JSON response document. If no differences are found, you will see a response document like this: |
| 89 | 89 | ``` |
| 90 | 90 | { |
| 91 | - "www.sapsailing.com:443": [], |
|
| 91 | + "34.242.227.113:8888": [], |
|
| 92 | 92 | "1.2.3.4:8888": [] |
| 93 | 93 | } |
| 94 | 94 | ``` |
| 95 | -The response status will be ``200`` if the comparison was ok, and ``409`` otherwise. Handle differences are described for the ``compareServers`` script above. |
|
| 95 | +In this example, ``34.242.227.113`` would be the public IP address of the server that responded to the ``www.sapsailing.com`` request (the current primary archive server), and ``1.2.3.4`` would be the public IP address of your new candidate archive server. The response status will be ``200`` if the comparison was ok, and ``409`` otherwise. Handle differences are described for the ``compareServers`` script above. |
|
| 96 | 96 | |
| 97 | 97 | ### Manual Spot Checks |
| 98 | 98 |