This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 266
mev-inspect requires root privileges to run. Does not create relations in postgres #300
Comments
did you run the migrations? |
I ran the migrations and it fixed the issue of the missing table. However, now a new problem has occured :
Does this have to do with the alembic configuration? |
I manually dropped the not null constraint on the miner_payment_usd column using:
If anyone has a comment on the above error, please let me know. I will close the issue. Thanks @tmikulin |
Hello, I met the same issue. It seems you need to obtain the price value by command However, I got the Have you resolved this problem? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Whenever I run the
./mev inspect ######
command, I am met with the issue of sql alchemy not being able to delete an entry from postgres as the entry does not existUpon logging into the postgres database using
./mev db
, there are no visible relations in the mev_inspect database. Is there a workaround to this or am I missing a certain configuration?The text was updated successfully, but these errors were encountered: