

I'm more than happy to provide any additional details, since I'm so lost on this issue I'm not even 100% sure what info/files would be helpful to provide.
Postgres app rails cant connect full#
# for a full overview on how database connection configuration can be specified. # For details on connection pooling, see Rails configuration guide
Postgres app rails cant connect install#
# Install PostgreSQL and put its /bin directory on your path. # gem install pg -with-pg-config=/opt/local/lib/postgresql84/bin/pg_config # gem install pg -with-pg-config=/usr/local/bin/pg_config # Speed up commands on slow machines / big apps # Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible # Reduces boot times through caching required in config/boot.rb # Windows does not include zoneinfo files, so bundle the tzinfo-data gem # Use Kredis to get higher-level data types in Redis # Use Redis adapter to run Action Cable in production # Use postgresql as the database for Active Record # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"

The last link has a sudo command that I didn't attempt as Im not even sure where, and tend to be weary of running sudo commands w/o understanding what I'm commanding the sudo to do.

Attempting to deploy this Rails API and keep sticking when EB goes to install the PG gem.
