-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
documentation: Database migration step not clear in developer docs #2612
Comments
14 tasks
@Ankush-Chander thanks for creating the issue. I have created a PR adding the missing step here: #2613 |
Hi @jfcalvo I was wondering if we can also add link to elasticsearch setup in the same doc. So it can be broken into 3 steps:
|
jfcalvo
added a commit
that referenced
this issue
Mar 28, 2023
#2613) # Description This PR adds a missing step describing the execution of database migrations for developer documentation. Closes #2612 **Type of change** (Please delete options that are not relevant. Remember to title the PR according to the type of change) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Refactor (change restructuring the codebase without changing functionality) - [ ] Improvement (change adding some improvement to an existing functionality) - [x] Documentation update **Checklist** - [x] I have merged the original branch into my forked branch - [x] I added relevant documentation - [x] follows the style guidelines of this project - [x] I did a self-review of my code - [x] I made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] <del>I have added tests that prove my fix is effective or that my feature works</del> (Not necessary) - [ ] <del>I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/)</del> (Not necessary)
@Ankush-Chander I have tried to apply your feedback on #2613 Please feel free to open a new issue if you think something can be improved. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I am following developer setup link and upon running
I am getting following error:
I was able to get past this error by running following command(although I am not sure if this is the right way to setup fresh database):
To Reproduce
Steps to reproduce the behavior:
Expected behavior
DB setup needs to be added in documentation. Also we can point the developer to Elasticsearch setup in case user hasn"t done it already.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: