Skip to content
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 - for "Getting started" not aligned with version 20.6.0 (https required, parameters changed/required #2573

Closed
JimiSweden opened this issue Jun 28, 2020 · 5 comments
Labels
area/documentation Issues relating to project documentation

Comments

@JimiSweden
Copy link

JimiSweden commented Jun 28, 2020

Describe the bug
documentation for "Getting started" is not aligned with version 20.6.0

https is required (http is used in documentation https://eventstore.com/docs/getting-started/index.html?tabs=tabid-1%2Ctabid-dotnet-client%2Ctabid-dotnet-client-connect%2Ctabid-4#discover-event-store-via-admin-ui)

CertificateStoreLocation: CurrentUser
CertificateStoreName: My
CertificateThumbPrint: {Insert Thumb Print from Step 1}
CertificateSubjectName: CN=eventstore.com
ExtSecureTcpPort: 1115

(TrustedRootCertificatesPath with example would be nice above)

To Reproduce
Try "getting started# - Following https://eventstore.com/docs/getting-started/index.html for windows (and also docker)

(I had problems to understand why I could not connect to http://127.0.0.1:2113/ when following the guide. =D)

//Jimi

@JimiSweden JimiSweden added the kind/bug Issues which are a software defect label Jun 28, 2020
@Brent7788
Copy link

YES, Please I want an answer to this question??

I have tried to install evenstore 20.6 with docker using the --dev tag, it works but every time I stop the docker container, I lost all my data. So I have tried to generate certificates in docker using the evenstore docs https://eventstore.com/docs/server/setting-up-ssl/index.html?tabs=tabid-6%2Ctabid-8

Noting seems to work. The EvenStore documentation is outdated. Please fix this. I want to get EventStore 20.6 production-ready!

@pgermishuys
Copy link
Contributor

@Brent7788 and @JimiSweden, your frustration is completely understandable. I can assure you that the documentation is being addressed.

@Brent7788, the dev flag (only meant for development purposes) also sets the mem-db flag which has to explicitly be set to false if you want your data to be persisted.
e.g.
--dev --mem-db=false --db={database-path}

@alexeyzimarev
Copy link
Member

I have tried to install evenstore 20.6 with docker using the --dev tag, it works but every time I stop the docker container, I lost all my data.

The --dev mode runs with in-memory database. When you run the container, the server gives this message to you.

Noting seems to work. The EvenStore documentation is outdated. Please fix this.

We know that the docs are outdated. The page you were referring to is for 5.0.8. We hope to publish the 20.6 docs during the coming week.

@alexeyzimarev alexeyzimarev added area/documentation Issues relating to project documentation and removed kind/bug Issues which are a software defect labels Jul 5, 2020
@WhatFor
Copy link

WhatFor commented Jul 28, 2020

I was able to work out the kinks with local HTTPS and a non --dev instance, however running into major issues with using the ClientAPI ProjectionsManager over HTTPS.

@alexeyzimarev
Copy link
Member

It's time to close this issue as the dev scenario and insecure mode are documented properly now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Issues relating to project documentation
Projects
None yet
Development

No branches or pull requests

5 participants