Post #2751352
2026-03-29 07:44 UTC
@mandrasch@social.tchncs.de
(Limited Craft, but lots of CMS experience) I feel it's the whole "seeded database with the current set of content changes required" - i.e. you often don't want a shared DB for different branches because you'll quickly end up with issues with missing/stale field/template/what-have-yous in there.
Replies (1)
-
@mandrasch@social.tchncs.de 2026-03-29 07:57
@zhaph@fosstodon.org good point, I wasn't precise - I don't want to share the database, just the database (mysql) server "shared mysql server" - but one database per feature branch (vs. ddev - one mysql server per project)