Skip to content
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

Prisma with UOS or Deepin #18374

Closed
githubrobinlu opened this issue Mar 18, 2023 · 3 comments
Closed

Prisma with UOS or Deepin #18374

githubrobinlu opened this issue Mar 18, 2023 · 3 comments
Assignees
Labels
kind/improvement An improvement to existing feature and code. team/schema Issue for team Schema. topic: linux topic: os detection topic: OS/distro-resolution
Milestone

Comments

@githubrobinlu
Copy link

githubrobinlu commented Mar 18, 2023

Problem

Exec: npx prisma db push

prisma:warn Prisma doesn't know which engines to download for the Linux distro "uos". Falling back to Prisma engines built "debian".
Please report your experience by creating an issue at https://github.com/prisma/prisma/issues so we can add your distro to the list of known supported distros.

Suggested solution

Add 'uos' to distro.

Additional context

哪位装了Deepin,也可以试试看prisma能否识别deepin发行版。

@janpio janpio added kind/improvement An improvement to existing feature and code. topic: linux team/schema Issue for team Schema. labels Mar 20, 2023
@jkomyno
Copy link
Contributor

jkomyno commented Mar 21, 2023

Hi @githubrobinlu, I wasn't able to reproduce this warning with the uosproject/uos Docker image.

From what I can see, Prisma correctly detects that uos is essentially ubuntu, and downloads the Prisma Engines built for debian as a consequence. So, it seems to be doing the right thing.

May you please share more information with us, like the version of Prisma you're using (prisma version) and the content of your /etc/os-release file? Thank you.

@Jolg42
Copy link
Member

Jolg42 commented May 30, 2023

Note: related Deepin issue #19157

@Jolg42
Copy link
Member

Jolg42 commented Mar 6, 2024

I'll close this, as the fallback/default engine should work as expected, so only a report would be needed if there is an issue, let us know if that's the case.

Note that we changed the message, to make it informational only in #23243
The updated message will be part of the next release 5.11.0, next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/improvement An improvement to existing feature and code. team/schema Issue for team Schema. topic: linux topic: os detection topic: OS/distro-resolution
Projects
None yet
Development

No branches or pull requests

4 participants