I have a MySQL database that I first populate locally (little by little) and then I'd like to update on production hosted on pythonanywhere once a week. What is the recommended/best method for keeping these db's in sync? Manual dump from local db and restore on pythonanywhere? Or is there another/better method? I have read that pythonanywhere does not support db replication/synchronizing via script. Since I only do this weekly I don't mind doing a dump/restore procedure but I'd like to be aware of any 'gotchas' beforehand. Thanks!