|
|
|
|
|
by chinathrow
1371 days ago
|
|
> Next, make it possible to spin service up locally, pointing at production DB. I think this is bad advice, just skip it. I would make a fresh copy of the production DB, remove PII if/where necessary and then work from a local DB. Make sure your DB server version is the same as on prod, same env etc. You never know what type of routines you trigger when testing out things - and you do not want to hit the prod DB with this. |
|