neos / setup

An extensible setup tool for Flow based applications
MIT License
6 stars 15 forks source link

BUGFIX: add recursive directory creation in setup db command #62

Closed andrehoffmann30 closed 4 months ago

andrehoffmann30 commented 6 months ago

Current behavior: If an custom flow context like Development/Docker is configured before configuring the database, then the db config file can not be written.

Expected behavior: Need subcontext folders are create and the db conifg file ist written correctly.

nezaniel commented 6 months ago

@kitsunet not sure about the directory handling, something rings a bell with symlink resolution etc. Is this an issue here or can we just assume this works everywhere?

mhsdesign commented 4 months ago

Created also a pr for the neos.neos thing https://github.com/neos/neos-setup/pull/17

jonaphil commented 1 month ago

Hey,

I am really not sure were to address this, I hope it is ok here: Is it possible to merge this bugfix into main? I had the same issue, got a little confused, tried to fix the docs and then found out it was a bug and got already fixed. But when I installed Neos in the recommended way using docker, the bug got shipped as well.

In the Forum discuss.neos.io I get currently a Http 500 when trying to sign up, so I can't ask there. Or is there another place to address this issue?

pKallert commented 1 month ago

Hi @jonaphil @mhsdesign will take care of releasing/versioning here 👍 . If you have questions or issues you can ask in our Slack: https://slack.neos.io/ - you should get quick responses there. We are also fixing the signup for the forum, thanks for notifying us!

mhsdesign commented 1 month ago

voila https://github.com/neos/setup/releases/tag/6.0.1

jonaphil commented 1 month ago

Thanks a lot!