Find a way of syncing prod/dev db's #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It's possible to make a dump of the remote DB with something like:
How we've handled syncing for Wordpress is to have a
makefile
target which fetches this from the running server, then loads it into the local database instance. If that seems like a reasonable approach, we could reproduce that with mongo; questions include:Got pretty far on this one. sync_db and sync_media both work, but only initially. Think some intermediate step needs to have it's files removed but I'm not seeing it right now