-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The table Search
does not exist in the current database.
#129
Comments
Self hosting here as well. Had the same issue. You need to use an app like adminer and add all the columns and table manually to the database. You can find the entires needed and how they are input here https://github.com/debridmediamanager/debrid-media-manager/blob/main/prisma/schema.prisma Ends up looking like this as an exapmle. |
Oh I see the first four entries didn't look like tables to me. Key and
value threw me off. Also, does the unique property translate to primary key?
…On Mon, Aug 19, 2024, 6:43 PM MMagTech ***@***.***> wrote:
Self hosting here as well. Had the same issue. You need to use an app like
adminer and add all the columns and table manually to the database. You can
find the entires needed and how they are input here
https://github.com/debridmediamanager/debrid-media-manager/blob/main/prisma/schema.prisma
Ends up looking like this as an exapmle.
Screenshot.2024-08-19.141752.png (view on web)
<https://github.com/user-attachments/assets/41c0cea1-3adb-4141-b002-255450ad74f7>
Screenshot.2024-08-19.141445.png (view on web)
<https://github.com/user-attachments/assets/ea2ffa24-c54c-4dae-82c8-7661d6c8aa27>
—
Reply to this email directly, view it on GitHub
<#129 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZBOZ6YC44SCXU4J7TLOJTZSKNMPAVCNFSM6AAAAABK4ZTZRGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJXHAYDIOJQGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Hi This project is incredible ! Setting up self hosted Docker instance right now, not fully functional yet, very soon I hope :) Steps to initialize database :
|
Hi, I am trying to selfhost and got this error when I search
I am using docker compose and here is mine
The text was updated successfully, but these errors were encountered: