Hi,
in couchdb-bootstrap I am testing against various available couch versions.
I had to use two similar actions:
- https://github.com/marketplace/actions/couchdb-in-github-actions (this one)
- https://github.com/marketplace/actions/setup-couchdb
because the first does not support non clustered couch (< 2), while the second does not support configuring admin credentials.
It would be great to have one project supporting both:
- authentication
- non clustered couch (<2)
In the best way, this would even be harmonized so we could end up having a 1.7 couch with an admin user. Maybe both projects could also union?
I also asked the same question in the other project.
Hi,
in couchdb-bootstrap I am testing against various available couch versions.
I had to use two similar actions:
because the first does not support non clustered couch (< 2), while the second does not support configuring admin credentials.
It would be great to have one project supporting both:
In the best way, this would even be harmonized so we could end up having a 1.7 couch with an admin user. Maybe both projects could also union?
I also asked the same question in the other project.