Open floehopper opened 7 years ago
The process I'm going to follow for Travel Advice Publisher (TAP) is as follows.
mongodump -d govuk_content_production --out dump
mongorestore --db travel_advice_publisher_production dump/govuk_content_production
@thomasleese: Thanks!
Conversation from Slack govuk-developers channel:
@floehopper:
@danielroseman:
@floehopper:
@danielroseman:
In general it seems like a bad idea to share a database with others applications which presumably have write access.
See also #839.