Error after updating

Hello,

My app was updated with watchtower automatically and now I can't access.

I'm running it using docker with postgres DB.

This is the error I'm receiving:

HTTP ERROR 500 ERROR: relation "core_session" does not exist Position: 131

URI: /
STATUS: 500
MESSAGE: ERROR: relation "core_session" does not exist Position: 131
SERVLET: -

Powered by Jetty:// 9.4.48.v20220622

HTTP ERROR 500 ERROR: relation "setting" does not exist Position: 31

URI: /
STATUS: 500
MESSAGE: ERROR: relation "setting" does not exist Position: 31
SERVLET: -

Powered by Jetty:// 9.4.48.v20220622

and the logs show these errors constantly

2023-03-24 09:33:23,553 ERROR jdbcjobstore.JobStoreTX :: ClusterManager: Error managing cluster: Failure identifying failed instances when checking-in: ERROR: relation "qrtz_scheduler_state" does not exist
Position: 15
org.quartz.JobPersistenceException: Failure identifying failed instances when checking-in: ERROR: relation "qrtz_scheduler_state" does not exist
Position: 15 [See nested exception: org.postgresql.util.PSQLException: ERROR: relation "qrtz_scheduler_state" does not exist
Position: 15]
at org.quartz.impl.jdbcjobstore.JobStoreSupport.findFailedInstances(JobStoreSupport.java:3420)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.clusterCheckIn(JobStoreSupport.java:3470)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3330)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
Caused by: org.postgresql.util.PSQLException: ERROR: relation "qrtz_scheduler_state" does not exist
Position: 15
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2676)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2366)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:356)
at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:496)
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:413)
at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:190)
at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:134)
at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:1471)
at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectSchedulerStateRecords(StdJDBCDelegate.java:2994)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.findFailedInstances(JobStoreSupport.java:3384)
... 4 more

You might have the application database connection wrong, as this is Metabase saying that it can't find the tables in the application database