Skip to content

ConfigWriter issue if you winter:env before winter:install #59

Answered by bennothommo
dhawton asked this question in Q&A
Discussion options

You must be logged in to vote

@dhawton winter:env and winter:install do basically the same thing, in that the set up your configuration for use in Winter (install then follows this up with additional work). They're not really designed to be used together.

If you use winter:env to set up your .env file, you should instead run winter:up afterwards to run the migrations. You would only use winter:install on a fresh copy without any modifications.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bennothommo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #58 on March 22, 2021 05:52.