Use of Budibase couchDB and its replacement #16665
Answered
by
mike12345567
naveenkumar1012
asked this question in
Help
-
Hi, We are hosting budibase on our EKS cluster(K8s). We want to know the detailed use of couchdb cluster which is created by budibase chart. What the good alternatives of it(third party) and how to use those? |
Beta Was this translation helpful? Give feedback.
Answered by
mike12345567
Aug 8, 2025
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @naveenkumar1012 - CouchDB is used to store everything that makes up a Budibase app - app definitions, automation information, internal table data, user information and so on. Couch acts as the store for everything that makes Budibase apps function.
Right now there isn't a way to swap out CouchDB for another database for these purposes, but you can connect any RDBMS you would like to store your data in, if you utilise say Postgres none of the data within those tables will be stored inside CouchDB.