melisMirza / Covitter

Repository of SWE 573 project
0 stars 0 forks source link

Transfer data on local db to Prod DB #36

Closed melisMirza closed 3 years ago

melisMirza commented 3 years ago

As a single batch job, transfer all data collected on local POSTGRES db to the DB created on Heroku.

While transferring, re-check all retweet and favourite counts, send updated data

melisMirza commented 3 years ago

access to HEroku db form local machine is possible so all data transfer is completed by the script main/GreatMigration.py. About 110k rows were transferred.