Replies: 1 comment
-
|
Looks like my database restore didn't fully restore, because I see a bunch of value from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm in the middle of restoring my instance of Lychee from being down — I was migrating Kubernetes clusters in my homelab — and after restoring my database with a dump of the old data, and firing up the
latesttag of Lychee, and getting past the permissions checks on the directories, a call toGET /returns an HTTP 500 with an error ofI can see when this key was added but I can't seem to figure out how to pass it in as nothing watermark-related seems to be in the docs.
This worked before with the same
.envfile. Can somebody help me out?When I run
php artisan lychee:diagnostics(I'm not using Dropbox, so I don't think this means much to me):I also notice my
/app/storage/appdirectory is empty, for what that's worth. What's the best way I can go about diagnosing this and fixing this? I saw this discussion about a similar issue but no clear fix (when I runphp artisan migrate, I getNothing to migrate.; I'm on thelatestwhich is 7.4.0.When I shell into my PostgreSQL pod and query the
id,key, andvaluefrom theconfigstable, here's what I get.Beta Was this translation helpful? Give feedback.
All reactions