Necessary Camunda db tables for application to run

I have a bash script that dumps globals and all schemas in cluster but dumps data only from 1 schema then imports the dump files in a new database inside a docker container.

Anything regarding Camunda is in a separate schema (not the one which data is getting dumped). My application uses Camunda and running the application against the cloned database is giving a lot of errors about Camunda. My question is what would be the solution here? I don’t want to dump everything inside the Camunda schema. Is there any specific tables that are necessary to have filled?

It’s a Spring boot 2.5 application with PostgreSQL database.