Mempool Won't Run on Start (

After installing BTC core and Electrs I installed Mempool from Services. When starting it is in a constant Running Blue spinning wheel. The Health checks for api and Webinterface spin for a whole then arer oK but immediately revert to spinning and the transactions indezer has a Yellow triangle show then back to spinning

Checking the logs I see 2025-04-26T17:58:00+00:00 Apr 26 17:58:00 [371] ERR: MIGRATIONS: Unable to create required tables, aborting in 10 seconds. Error: Table ‘mempool.statistics’ doesn’t exist in engine
2025-04-26T17:58:00+00:00 Apr 26 17:58:00 [371] INFO: Connected to Electrum Server at electrs.embassy:50001 ([“electrs/0.10.9”,“1.4”])

What are the specs you are working with. Do you have plenty of disk space and ram

check sytem → monitor

It’s a new server one with 4gb drive 30% used 32 ram.1% used

You have sufficient specs. Is Bitcoin Core and electrs done syncing?

Yes both fully up to date & running with no errors showing

Do your logs show any errors or any information that seems out pf place? You can access your logs from the Mempool service page.

Yes - as per original post a yellow triangle which I assume is an error shows per screenshot. The Log shows an Error but I have zero clue what it means

2025-04-27T13:04:53+00:00 Apr 27 13:04:53 [256] NOTICE: Starting Mempool Server… (32fadb4)
2025-04-27T13:04:53+00:00 Apr 27 13:04:53 [256] INFO: Database connection established.
2025-04-27T13:04:53+00:00 Apr 27 13:04:53 [256] ERR: MIGRATIONS: Unable to create required tables, aborting in 10 seconds. Error: Table ‘mempool.statistics’ doesn’t exist in engine

It seems like Mempool expects its database to have tables ready. But here, either the database does not exist, is corrupt, or the database engine is missing

It might be worth restarting the server if you haven’t yet. Or if you have, then you could do a system rebuild by going to System -> scrolling down to where System Rebuild is. This will rebuild the containers of the Services you have on your Server but will not delete any data so you can run this safely. Please note that depending on how many Services you have installed, the System Rebuild could take some time, so be patient with it.

If that fails to resolve the issue then this might actually be something like a First Install Bug, in which case I would uninstall & then reinstall the Mempool Service.

I deleted and reinstalled Memopool and its now working.

What I think happened is I installed it then found out it needed Electrs to work so I installed that after installing Mempool. Maybe a wild guess but I think you probably need to do the install in the order Elecrs then mempool

Thanks to all who replied with help