← Back to context

Comment by jfaat

1 day ago

Do you mean when you're making changes to a production DB?

yeah (at an early stage data-focused startup). I think when our product is a bit more mature we'd probably have a staging tier with full access and then manually promote builds / DB changes to prod. So many things to build lol

we DO daily snapshotting, so the risk is limited... but still spooks me

  • > data-focused startup

    What could possibly go wrong with building a data-focused company on a foundation of violating the most fundamental precepts of data management

  • Write schema/data migration files [with agents] in version control and deploy those deterministically (after review).