Metabase Login Issue

In metabase login getting this error
The database is read only; SQL statement: INSERT INTO “CORE_SESSION” (“ID”, “USER_ID”, “CREATED_AT”) VALUES (?, 17, ?) [90097-197]

Hi @vikash.singh
Which version of Metabase?
It looks like you’re using H2 as the application database, and for some reason it’s read-only. My first guess would be file permission problems, but it’s difficult to know without more information.
Have a look at Jar initialization failure [SOLVED]
You should migrate away from H2: https://www.metabase.com/docs/latest/operations-guide/migrating-from-h2.html

I m using metabase .033
and hosted on aws elasticbeanstalk docker
till yesterday its working fine.

I m using metabase .033
and hosted on aws elasticbeanstalk docker
till yesterday its working fine.
i am using mysql db

@vikash.singh
There are multiple versions of 0.33.x, so which version are you specifically using? Latest is 0.33.7.3 and 0.34.0

If you are using EBS and used the default setup, then you should be using RDS Postgres for metadata. Unless you didn’t setup RDS, then it will use H2.
But it’s very important that you don’t use H2, since you’ll lose all data, when using restarting EBS.

Check the logs for more errors - since startup - there should be more details on what happened.