File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
content/blog/migrations-with-atlas-and-cloudnativepg Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -187,9 +187,13 @@ and different loads.
187187Add time and other developers, and you have a big chance for snafus of the type
188188*"but it worked on my machine!"*
189189
190- Database migration tools manage this, bringing DevOps to this area of databases.
191- Atlas, by working as a Kubernetes operator, makes the dev/prod transition even
192- smoother.
190+ Database migration tools help manage this, bringing DevOps to this area of
191+ databases. Atlas, by working as a Kubernetes operator, makes the dev/prod
192+ transition even smoother. \
193+ But it's not enough to use good tools. Remember the Agile manifesto :
194+ *"individuals and interactions over processes and tools"*.
195+ You can find an overview of the challenges posed by database change management
196+ at [DORA](https://dora.dev/capabilities/database-change-management/).
193197
194198Using CloudNativePG, with its services and credentials secrets created out of
195199the box, together with Atlas, will enable the developers to create migrations
You can’t perform that action at this time.
0 commit comments