|
|
|
|
|
by withinboredom
75 days ago
|
|
> a dev/test/prod workflow involved copying filesystem content, database content, and changing URLs that got saved in the database. This just sounds like deploying web software. You always have static assets that need to be deployed, the code/binary itself, and database migrations. |
|
The insane part is the search-and-replace on the database backup to find hard-coded URLs referencing the environment's hostname. That's ridiculous. It speaks to the lack of serious operational experience that went into building the software.