XMLWordPrintable

Details

    Description

      The last example is incorrect and has a line return:

      #export CB_REST_USERNAME=Administrator; export CB_REST_PASSWORD=mypasswd;  /
      	opt/couchbase/bin/couchbase-cli bucket-list -c localhost:8091
      

      I suspect it should simple be this:

      export CB_REST_USERNAME=Administrator 
      export CB_REST_PASSWORD=mypasswd
      /opt/couchbase/bin/couchbase-cli bucket-list -c localhost:8091
      

      or this:

      export CB_REST_USERNAME=Administrator; export CB_REST_PASSWORD=mypasswd; /opt/couchbase/bin/couchbase-cli bucket-list -c localhost:8091
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            marija Marija Jovanovic (Inactive)
            pvarley Patrick Varley (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty