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
There is an unknown bug and not all uploaded documents are being inserted on PostgreSQL (and probably are not tagged).
We need to create a script to check all documents where uploaded = True (MongoDB's database ptwp_prod, collection pages, running on 172.16.4.51:27020) that are not in PostgreSQL. Then, we need to set uploaded = False to these documents and so run upload_to_pypln.py again (and verify if everything is uploaded; if not, run again and again...).
The text was updated successfully, but these errors were encountered:
There is an unknown bug and not all uploaded documents are being inserted on PostgreSQL (and probably are not tagged).
We need to create a script to check all documents where
uploaded = True
(MongoDB's databaseptwp_prod
, collectionpages
, running on172.16.4.51:27020
) that are not in PostgreSQL. Then, we need to setuploaded = False
to these documents and so runupload_to_pypln.py
again (and verify if everything is uploaded; if not, run again and again...).The text was updated successfully, but these errors were encountered: