Retool selfhosted container retool-onpremise-master_jobs-runner fail to run

Hi,
I've been trying migrate docker self-hosted from one VM to another VM. I can succussfully import DB to posgress with command psql --username retool_internal_user hammerhead_production < retool_db_dump.sql that I dump from old VM. but when I restart all container. One container retool-onpremise-master_jobs-runner is exited with following error. I'm not sure what it is. Could you please help me out ?

---------------------------
-     EXITING RETOOL      -
---------------------------

Error running database migrations: MigrationError: Migration 20230912005153-add-custom-components-collections.js (up) failed: Original error: relation "custom_component_collections_unique_name_per_organization" already exists

1 Like

Hi @rangsan,

Apologies for the delay here! Did you already sort this out?

Do you know how many more migrations are remaining? You may need to follow the errors and manually update the schema where you see issues. Would you be able to access your internal Retool DB and query that table to confirm it does already exist?