File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 88# For a full list of authors see the git log.
99
1010"""
11- Update an osm2pgsql database with changes from a OSM replication server.
11+ Update an osm2pgsql database with changes from an OSM replication server.
1212
1313This tool initialises the updating process by looking at the import file
1414or the newest object in the database. The state is then saved in a table
@@ -363,11 +363,11 @@ def status(props, args):
363363
364364
365365 `status` is 0 if there were no problems getting the status. 1 & 2 for
366- improperly set up replication. 3 for network issues. If status ≠ 0, then
367- the `error` key is an error message (as string). `status` is used as the
368- exit code.
366+ improperly set up replication. 3 for network issues. If status is greater 0,
367+ then the `error` key is an error message (as string). `status` is used as
368+ the exit code.
369369
370- `server` is the replication server's current status. `sequence` is it's
370+ `server` is the replication server's current status. `sequence` is its
371371 sequence number, `timestamp` the time of that, and 'age_sec' the age of the
372372 data in seconds.
373373
You can’t perform that action at this time.
0 commit comments