Skip to content

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

Open
@oatmealm

Description

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 npm@10.8.1
[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...

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions