lemmy_1     | Lemmy v0.19.1
lemmy_1     | thread 'main' panicked at 'Error connecting to postgres://lemmy:password@postgres:5432/lemmy: connection to server at "postgres" (172.31.0.3), port 5432 failed: No route to host
lemmy_1     | 	Is the server running on that host and accepting TCP/IP connections?
lemmy_1     | ', crates/db_schema/src/utils.rs:282:56
lemmy_1     | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
  • @Die4EverOP
    link
    16 months ago

    I think my postgres was failing to launch due to the old config being invalid now, will test more another day

  • @Die4EverOP
    link
    1
    edit-2
    6 months ago

    my customPostgresql.conf file was bad

    temp_file_size=1GB

    this line was causing it to fail to start, I commented it out and it started working, then I needed to clear my local cookies to load the page for some reason