pg 17 upgrade

This commit is contained in:
Dylan Knutson
2025-07-22 23:04:58 +00:00
parent 8d65c2514a
commit 295020a10f
10 changed files with 279 additions and 417 deletions

View File

@@ -1,9 +1,3 @@
# SQLite. Versions 3.8.0 and up are supported.
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem "sqlite3"
#
default: &default
adapter: sqlite3
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
@@ -28,9 +22,6 @@ redux_dev: &redux_dev
adapter: postgresql
host: db
port: 5432
# database: redux_development
# username: scraper_redux
# password: pdkFLqRmQwPUPaDDC4pX
database: postgres
username: postgres
password: postgres
@@ -41,8 +32,6 @@ local_redux_test: &local_redux_test
host: db
port: 5432
database: redux_test<%= ENV['TEST_ENV_NUMBER'] %>
# username: scraper_redux
# password: pdkFLqRmQwPUPaDDC4pX
username: postgres
password: postgres
pool: 4