This repository was archived by the owner on Mar 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -105,5 +105,4 @@ Disable transparent huge pages on your OS. See [Disabling Transparent Huge Pages
105
105
106
106
We needed an easy way to install these scripts that satisfied a number of requirements, including working on a variety
107
107
of operating systems and supported versioning. Our current solution is to use ` git ` , but this may change in the future.
108
- See [ Package Managers] ( https://github.com/gruntwork-io/terraform-aws-couchbase/tree/master/_docs/package-managers.md )
109
- for a full discussion of the requirements, trade-offs, and why we picked ` git ` .
108
+ See [ Package Managers] ( https://github.com/hashicorp/terraform-aws-consul/blob/master/_docs/package-managers.md )
Original file line number Diff line number Diff line change @@ -94,5 +94,5 @@ Install the following:
94
94
95
95
We needed an easy way to install these scripts that satisfied a number of requirements, including working on a variety
96
96
of operating systems and supported versioning. Our current solution is to use ` git ` , but this may change in the future.
97
- See [ Package Managers] ( https://github.com/gruntwork-io /terraform-aws-couchbase/tree /master/_docs/package-managers.md )
97
+ See [ Package Managers] ( https://github.com/hashicorp /terraform-aws-consul/blob /master/_docs/package-managers.md )
98
98
for a full discussion of the requirements, trade-offs, and why we picked ` git ` .
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ Resources](https://developer.couchbase.com/documentation/server/current/install/
211
211
212
212
Some tips and tricks for debugging issues with your Couchbase cluster:
213
213
214
- * Use [ https://github.com/couchbaselabs/sdk-doctor ] ( sdk-doctor ) to diagnose connection issues.
214
+ * Use [ sdk-doctor ] ( https://github.com/couchbaselabs/sdk-doctor ) to diagnose connection issues.
215
215
* When using Couchbase SDK tools, set ` LCB_LOGLEVEL=5 ` to get more logging output from Couchbase clients.
216
216
* Log file locations: https://developer.couchbase.com/documentation/server/3.x/admin/Misc/Trbl-logs.html .
217
217
* Use ` systemctl status couchbase-server ` to see if systemd thinks the Couchbase process is running.
You can’t perform that action at this time.
0 commit comments