mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
Update PostgreSQL configuration in .env.example and final report script
- Changed POSTGRES_HOST value in .env.example from 'db' to 'postgres' for clarity. - Enhanced the final report script to display detailed PostgreSQL backup target information, including version, host, port, username, password, and database name.
This commit is contained in:
@@ -203,10 +203,9 @@ RAGAPP_PASSWORD=
|
||||
# Database - You can change these to any PostgreSQL database that has logical replication enabled.
|
||||
############
|
||||
|
||||
POSTGRES_HOST=db
|
||||
POSTGRES_DB=postgres
|
||||
POSTGRES_HOST=postgres
|
||||
POSTGRES_PORT=5432
|
||||
# default user is postgres
|
||||
POSTGRES_USER=postgres
|
||||
|
||||
############
|
||||
|
||||
Reference in New Issue
Block a user