This commit is contained in:
acsok 2024-06-10 14:10:49 -04:00
parent f67e974674
commit bf9a08ff8e

View File

@ -10,7 +10,7 @@ This directory contains scripts for migrating an SQLite database to a PostgreSQL
## Setup
In `/usr/vcs/docker/migration-scripts` modify the `.pgpass` file in with the correct content: `hostname:port:database:username:password
In `/usr/vcs/docker/migration-scripts` modify the `.pgpass` file in with the correct content: `hostname:port:database:username:password`
For example:
```
localhost:5432:postgres:vcs:vcs