Open MFYDev opened 3 months ago
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 https://github.com/debridmediamanager/debrid-media-manager/issues/129#issuecomment-2297804903, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABZBOZ6YC44SCXU4J7TLOJTZSKNMPAVCNFSM6AAAAABK4ZTZRGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJXHAYDIOJQGM . You are receiving this because you are subscribed to this thread.Message ID: @.*** com>
Hi, I am trying to selfhost and got this error when I search
I am using docker compose and here is mine