-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Option added for secure DB connection #6010
Option added for secure DB connection #6010
Conversation
- Missing article
MAGECLOUD-4655 Update config file extension for Blackfire
…-grammar Fix small grammatical issue
Use double quotes for Build number variable in rake build:stage
Fixed incorrect link syntax
Fixed incorrect module dependency examples
Replace a bash variable with ENV syntax in rake build:stage
[site] Fix bug in rake build:stage
* Added product recs * Added qualification for Google extension
Adding the widget available options
…stomerAddress magento/devdocs#: Add updateCustomerAddress mutation API errors
Add rake reinit Refactor
Adding new example
Small changes
[site] Add 'rake index' and 'rake multirepo:reinit'
Remove typos in command
An admin must run tests on this PR before it can be merged. |
I've deleted the symlink to the Magento 2.3 version doc but in order to do that somehow Magento 2.2 version doc link is broken. Any would be appreciated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @konarshankar07. Since the described change has not been released yet, we need to use the develop
branch as a base for such PRs. Please, change the base of your PR. Thank you!
Hi @konarshankar07. It looks like the direct base change will not work since the branch needs to be created from the |
@konarshankar07 There's now merge conflicts, and so I'd recommend starting over with a new PR off the To break a symlink
git rm guides/v2.3/path/to/file.md
|
Hi @konarshankar07, thank you for your contribution! |
Purpose of this pull request
This pull request (PR) will add the option for secure DB connection whilst installation done via cli
Affected DevDocs pages
Links to Magento source code
Fixes #5951