|
|
|
Ask HN: Does your company give devs DB dumps to use for local development?
|
|
9 points
by cmorgan8506
1942 days ago
|
|
I'm curious how various companies provide their devs with data to use for local development of their software. Particularly when the database spans hundreds of tables and GBs of data. Do you get a sql dump? how often do you get updated dumps? Is the data anonymized at all? For really large databases do you trim the tables? If you don't use database dumps, what method do you use to generate data to develop against locally? |
|
In actual use almost all of the devs I work with connect to a dev database in the cloud, rather than run locally.
I can’t count how many deployments I’ve seen delayed and broken because devs have different versions of tools on their laptop, or different environment settings, paths, libraries, etc. I discourage local development for that reason and push everyone to use a dev system (cloud server) that is a known good copy of production.