Aubron Wood (ScoreShots)
05/13/2018, 5:48 PMprod
, and a staging stage staging
. There is content created in the production service that I occasionally need to troubleshoot in the staging branch (user/admin created content). Typically I would set up a recurring job to run the export in mysql, and import on the other side. I could probably do the same here, but I'm debating between running the commands against the aurora database directly vs a prisma export
flow, and wondering if anyone has any good resources related to the concept.Aubron Wood (ScoreShots)
05/13/2018, 5:51 PMAubron Wood (ScoreShots)
05/13/2018, 6:15 PMprisma export
prisma import
on that database, IDs will be constantly changing, which could cause some issues with my application, where filenames are generated based on IDsAubron Wood (ScoreShots)
05/13/2018, 6:21 PMnilan
05/14/2018, 9:04 PMIDs will be constantly changingthat's not correct, ids will be preserved
nilan
05/14/2018, 9:04 PMAubron Wood (ScoreShots)
05/15/2018, 9:45 PMAubron Wood (ScoreShots)
05/15/2018, 9:49 PM