ishaiavrahami opened a new issue, #4885:
URL: https://github.com/apache/couchdb/issues/4885

   [NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ 
)
   
   ## Description
   
   I install couchdb on a weekly basis and today i ran the same code as it do
   
   ```
   sudo apt update && sudo apt install -y curl apt-transport-https gnupg
   curl https://couchdb.apache.org/repo/keys.asc | gpg --dearmor | sudo tee 
/usr/share/keyrings/couchdb-archive-keyring.gpg >/dev/null 2>&1
   source /etc/os-release
   echo "deb [signed-by=/usr/share/keyrings/couchdb-archive-keyring.gpg] 
https://apache.jfrog.io/artifactory/couchdb-deb/ ${VERSION_CODENAME} main" \
       | sudo tee /etc/apt/sources.list.d/couchdb.list >/dev/null
   ```
   
   not i receive an error
   
   [NOTE]: # ( Describe the problem you're encountering. )
   [TIP]:  # ( Do NOT give us access or passwords to your actual CouchDB! )
   
   ## Steps to Reproduce
   
   [NOTE]: # ( Include commands to reproduce, if possible. curl is preferred. )
   
   just run 
   
   ```
   sudo apt update && sudo apt install -y curl apt-transport-https gnupg
   curl https://couchdb.apache.org/repo/keys.asc | gpg --dearmor | sudo tee 
/usr/share/keyrings/couchdb-archive-keyring.gpg >/dev/null 2>&1
   source /etc/os-release
   echo "deb [signed-by=/usr/share/keyrings/couchdb-archive-keyring.gpg] 
https://apache.jfrog.io/artifactory/couchdb-deb/ ${VERSION_CODENAME} main" \
       | sudo tee /etc/apt/sources.list.d/couchdb.list >/dev/null
   ```
   
   ## Your Environment
   I installed a new vps and installed it right away.
   
   * CouchDB version used:
   * Browser name and version:
   * Operating system and version: ubuntu 22.04
   
   ## Additional Context
   I noticed a push was made yesterday. maybe this is the problem. It is now 
causing issues on my other cluster coucdb servers.
   
   [TIP]:  # ( Add any other context about the problem here. )
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to