Replies: 3 comments 2 replies
-
Pinging this to see if anyone has successfully set up |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi neoblizz, did you resolve your problem? |
Beta Was this translation helpful? Give feedback.
1 reply
-
First of all, update CouchDB to version 3.2.2! Afterwards, tell me what you want to do or what your problems are? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
(misclicked submitted the issue) I have installed couchdb on amazing aws (lightsail) and have reproduced this on many instances. Basically, my instance tells me that couchdb service is running fine, I can execute the following command with an OK status:
And when I check the
_utils
directory, I get the following using curl:The odd thing I have noticed is when the couchdb service is running, I am unable to do anything without getting the following error (even though it shows to be running):
I do not understand the error above because I have tried changing the name (to
couchdb1
) and the domain name to IP or DNS, but no matter what I do, it seems like the error pops up that it is being used. I do not have another couchdb instance on the same node.Moreover, when I stop the couchdb service, I can use the
/opt/couchdb/bin/couchdb
binary, but I get the following error:Steps to Reproduce
I used Amazon's lightsail free instance, and installed couchdb using apt-get with the steps described here:
https://docs.couchdb.org/en/3.1.1/install/unix.html
Expected Behaviour
I am expecting a GUI interface available at
my.domain.name/_utils/
(I have nginx routed to127.0.0.1:5984
)Your Environment
Running on Amazon Lightsail (Ubuntu 20.04 --- 5.4.0-1018-aws)
Accessing domain/the GUI using chrome (yes, I have cleared cache)
See the directory structure and permissions below:
Additional Context
I can also provide the domain name if you'd like to try it yourself (It's not private/personal).
Beta Was this translation helpful? Give feedback.
All reactions