You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Print information about the current replication status, optionally as JSON.
217
+
.br
218
+
219
+
.br
220
+
Sample output:
221
+
.br
222
+
223
+
.br
224
+
2021\-08\-17 15:20:28 [INFO]: Using replication service 'https://planet.openstreetmap.org/replication/minute', which is at sequence 4675115 ( 2021\-08\-17T13:19:43Z )
225
+
.br
226
+
2021\-08\-17 15:20:28 [INFO]: Replication server's most recent data is <1 minute old
227
+
.br
228
+
2021\-08\-17 15:20:28 [INFO]: Local database is 8288 sequences behind the server, i.e. 5 day(s) 20 hour(s) 58 minute(s)
229
+
.br
230
+
2021\-08\-17 15:20:28 [INFO]: Local database's most recent data is 5 day(s) 20 hour(s) 59 minute(s) old
231
+
.br
232
+
233
+
.br
234
+
235
+
.br
236
+
With the '\-\-json' option, the status is printed as a json object.
Print information about the current replication status, optionally as JSON.
143
+
144
+
Sample output:
145
+
146
+
2021-08-17 15:20:28 [INFO]: Using replication service 'https://planet.openstreetmap.org/replication/minute', which is at sequence 4675115 ( 2021-08-17T13:19:43Z )
147
+
2021-08-17 15:20:28 [INFO]: Replication server's most recent data is <1 minute old
148
+
2021-08-17 15:20:28 [INFO]: Local database is 8288 sequences behind the server, i.e. 5 day(s) 20 hour(s) 58 minute(s)
149
+
2021-08-17 15:20:28 [INFO]: Local database's most recent data is 5 day(s) 20 hour(s) 59 minute(s) old
150
+
151
+
152
+
With the '--json' option, the status is printed as a json object.
0 commit comments