forked from hans/Nominatim
@@ -116,6 +116,7 @@ class UpdateReplication:
|
|||||||
if state is not replication.UpdateState.NO_CHANGES:
|
if state is not replication.UpdateState.NO_CHANGES:
|
||||||
status.log_status(conn, start, 'import')
|
status.log_status(conn, start, 'import')
|
||||||
batchdate, _, _ = status.get_status(conn)
|
batchdate, _, _ = status.get_status(conn)
|
||||||
|
conn.commit()
|
||||||
|
|
||||||
if state is not replication.UpdateState.NO_CHANGES and args.do_index:
|
if state is not replication.UpdateState.NO_CHANGES and args.do_index:
|
||||||
index_start = dt.datetime.now(dt.timezone.utc)
|
index_start = dt.datetime.now(dt.timezone.utc)
|
||||||
@@ -127,6 +128,7 @@ class UpdateReplication:
|
|||||||
with connect(args.config.get_libpq_dsn()) as conn:
|
with connect(args.config.get_libpq_dsn()) as conn:
|
||||||
status.set_indexed(conn, True)
|
status.set_indexed(conn, True)
|
||||||
status.log_status(conn, index_start, 'index')
|
status.log_status(conn, index_start, 'index')
|
||||||
|
conn.commit()
|
||||||
else:
|
else:
|
||||||
index_start = None
|
index_start = None
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user