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

Not booting... Connecting to database... #275

Open
oatmealm opened this issue Jul 1, 2024 · 2 comments
Open

Not booting... Connecting to database... #275

oatmealm opened this issue Jul 1, 2024 · 2 comments

Comments

@oatmealm
Copy link

oatmealm commented Jul 1, 2024

I'm seeing this:

db:

PostgreSQL Database directory appears to contain a database; Skipping initialization

2024-07-01 08:06:13.007 UTC [1] LOG:  starting PostgreSQL 15.4 (Debian 15.4-2.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
2024-07-01 08:06:13.008 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2024-07-01 08:06:13.008 UTC [1] LOG:  listening on IPv6 address "::", port 5432
2024-07-01 08:06:13.166 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2024-07-01 08:06:13.273 UTC [24] LOG:  database system was shut down at 2024-07-01 08:03:37 UTC
2024-07-01 08:06:13.414 UTC [1] LOG:  database system is ready to accept connections
2024-07-01 08:06:16.048 UTC [28] LOG:  could not receive data from client: Connection reset by peer

and app:

[dialoqbase]    | 
[dialoqbase]    | 36 migrations found in prisma/migrations
[dialoqbase]    | 
[dialoqbase]    | 
[dialoqbase]    | No pending migrations to apply.
[dialoqbase]    | npm notice
[dialoqbase]    | npm notice New minor version of npm available! 10.7.0 -> 10.8.1
[dialoqbase]    | npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.1
[dialoqbase]    | npm notice To update run: npm install -g [email protected]
[dialoqbase]    | npm notice
[dialoqbase]    | Running seed command `ts-node prisma/seed.ts` ...
[dialoqbase]    | Seeding new models...
[dialoqbase]    | 
[dialoqbase]    | 🌱  The seed command has been executed.
[dialoqbase]    | ┌─────────────────────────────────────────────────────────┐
[dialoqbase]    | │  Update available 5.15.1 -> 5.16.1                      │
[dialoqbase]    | │  Run the following to update                            │
[dialoqbase]    | │    yarn add --dev prisma@latest                         │
[dialoqbase]    | │    yarn add @prisma/client@latest                       │
[dialoqbase]    | └─────────────────────────────────────────────────────────┘
[dialoqbase]    | [info] use ffmpeg.wasm v0.12.0
[dialoqbase]    | Connecting to database...
@n4ze3m
Copy link
Owner

n4ze3m commented Jul 1, 2024

Hey , Is Dialqoabse working if you visit localhost:3000?

@oatmealm
Copy link
Author

oatmealm commented Jul 1, 2024

Hi! No. The app is not available...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants