Skip to content

CouchDb issue starting Budibase with docker-compose #4269

Answered by pandel
cmthomps asked this question in Help
Discussion options

You must be logged in to vote

Hi @ALL!

Today, after upgrading Budibase from 2.0.6 to 2.0.12 I had the same problem. I pulled the proxy/app/worker images and after that the CouchDB container refused to start.

I did the following to recover:

  • docker-compose down
  • docker rmi ibmcom/couchdb3:latest
  • docker system prune
  • docker pull ibmcom/couchdb3:latest
  • docker-compose up -d

I retried the whole procedure a few times from a clean VM snapshot always with the same result and it seemed that pulling the new BB images somehow had a negative impact on the Couchdb image, which was already there. I clearly don't understand why, because Docker should have handled the images strictly separate, but who knows... The above mentioned step…

Replies: 15 comments 17 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@pavleks
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@omichkun
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@omichkun
Comment options

@cmthomps
Comment options

@shogunpurple
Comment options

@cmthomps
Comment options

@mrb101
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@shogunpurple
Comment options

@cmthomps
Comment options

@omichkun
Comment options

@WuMaKu84
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@johnnycheetah
Comment options

@WuMaKu84
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@melohagan
Comment options

@melohagan
Comment options

Answer selected by melohagan
Comment options

You must be logged in to vote
2 replies
@melohagan
Comment options

@Lord0fBytes
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
internaldb Relating to Budibase InternalDB (CouchDB) docker