[Question] Mismatch in the doc about backends/storage types ?
See original GitHub issueHello,
Looking at backends in the doc, there is a point I don’t understand :
- Here, we have a
database
and included the description of the backend for what I understand : https://github.com/thelastpickle/cassandra-reaper/blob/6a44f3cd2069cdf00788a07a862d6c46133e68cf/src/packaging/resource/cassandra-reaper.yaml#L74-L79 - Here we have the backend as
storageType
and as top level keyword for the datasourcepostgres
and : https://github.com/thelastpickle/cassandra-reaper/blob/6a44f3cd2069cdf00788a07a862d6c46133e68cf/src/packaging/resource/cassandra-reaper-postgres.yaml#L74-L77
Should the database
section be removed from default yaml file or does it have another purpose ?
Thanks, Nicolas
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
V-Series Direct Connect to backend EMC/Clariion storage - NetApp ...
Hi Everyone, I have a question regarding connecting a V3220 to a Clariion CX4-120. The IMT says that direct connect is no longer...
Read more >GraphQL and NoSQL Databases: The Type Mismatch
StepZen enables developers to easily build and deploy a single GraphQL API that gets the data they need from multiple backends. The API...
Read more >Troubleshoot External HTTP(S) Load Balancing - Google Cloud
The Cloud Storage object to serve is determined based on your URL map and the URL that you request. If the request path...
Read more >Object storage - GitLab Docs
Object storage configuration for all types of objects such as CI/CD artifacts, LFS files, and upload attachments had to be configured independently. Object ......
Read more >Azure AD Connect: Troubleshoot errors during synchronization
The most common reason for the ObjectTypeMismatch error is that two objects of different type, like user, group, or contact, have the same...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @nsteinmetz,
we kept
database
for backwards compatibility reasons butstorageType
should be used with eitherpostgres
orh2
from now on. I guess we’ll remove thedatabase
option (and the corresponding section) in the near future.So yes, it should be removed from the default yaml files, good catch.
Sounds good too - thanks !