SecurityRiskAdvisors / vectr-sql-migration

A tool to migrate VECTR data from 8.x to 9.x
1 stars 0 forks source link

`POSTGRES_USER` and `POSTGRES_DB` are not picked up by `vectr-sqlmigration` #3

Open coolhome opened 3 months ago

coolhome commented 3 months ago

Insert below error from docker runtime log

# This is the password for the default PostgreSQL login.
POSTGRES_PASSWORD=vectrtest

# This is the user for the default PostgreSQL login.
POSTGRES_USER=vectr1

# This is the database in PostgreSQL VECTR uses.
POSTGRES_DB=vectr2

The errors produced will always be around "password authentication for 'vectr'" or "database vectr does not exists" mean while the user vectr1 and database vectr2 exists. It appears you cannot change USER/DB in the migration container.