Auto-diagnose on db:* commands to prevent wrong database usage in v3.19 #117
llaville
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The new version 3.19 will include an auto-diagnose procedure to help new users on a basic learn practice.
After installation of Application source code with
git clone
orcomposer install
, you have to create a database and initialize its contents.If you missed some steps (see getting started part of the documentation), the
diagnose
command help you to see what is wrong in your current context.With 3.19 you'll see also a new section that display environment variables of application. Something like that.
But if you forget to have a look on it, an auto-diagnose will be launch on all
db:*
commands (except fordb:create
), and in case of error will display the following message.Beta Was this translation helpful? Give feedback.
All reactions