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

🐛 Bug: Installation using windows executable and postgres-db does not work #8350

Open
1 task done
jon-m-l opened this issue Apr 26, 2024 · 0 comments
Open
1 task done
Labels
👋 For : Community or Good First Issue Targeting community to contribute

Comments

@jon-m-l
Copy link

jon-m-l commented Apr 26, 2024

Please confirm if bug report does NOT exist already ?

  • I confirm there is no existing issue for this

Steps to reproduce ?

  1. Download Windows execcutable
  2. Create postgres database, make "user" to the owner of the database, check connection via "user"
  3. Open cmd
  4. Set DATABASE_URL="jdbc:postgresql://host:port/db?user=user&password=pw"
  5. Run nocodb-exe from cmd

Desired Behavior

NocoDB should set up using the specified postgres-db.

Project Details

Node: v18.5.0
Arch: x64
Platform: win32
Docker: false
Postgres: 15/16
PackageVersion: 0.205.1

Attachments

[Nest] 3364 - 2024-04-26 11:15:34 ERROR [ExceptionHandler] Error: Database not supported
Error: Error: Database not supported
at NcConfig.create (C:\snapshot\pkg-executable\node_modules\nocodb\dist\bundle.js:2:1970931)
at async InstanceWrapper.useFactory [as metatype] (C:\snapshot\pkg-executable\node_modules\nocodb\dist\bundle.js:2:1412239)
at async Injector.instantiateClass (C:\snapshot\pkg-executable\node_modules@nestjs\core\injector\injector.js:369:37)
at async callback (C:\snapshot\pkg-executable\node_modules@nestjs\core\injector\injector.js:65:34)
at async Injector.resolveConstructorParams (C:\snapshot\pkg-executable\node_modules@nestjs\core\injector\injector.js:144:24)
at async Injector.loadInstance (C:\snapshot\pkg-executable\node_modules@nestjs\core\injector\injector.js:70:13)
at async Injector.loadProvider (C:\snapshot\pkg-executable\node_modules@nestjs\core\injector\injector.js:97:9)
at async C:\snapshot\pkg-executable\node_modules@nestjs\core\injector\instance-loader.js:56:13
at async Promise.all (index 3)
at async InstanceLoader.createInstancesOfProviders (C:\snapshot\pkg-executable\node_modules@nestjs\core\injector\instance-loader.js:55:9)

@o1lab o1lab added the 👋 For : Community or Good First Issue Targeting community to contribute label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👋 For : Community or Good First Issue Targeting community to contribute
Projects
Status: 🏌️ Open
Development

No branches or pull requests

2 participants