diff --git a/content/VCS-Documentation/server-install/Database Migration Scripts.md b/content/VCS-Documentation/server-install/Database Migration Scripts.md index 53066a691..0514d0bd3 100644 --- a/content/VCS-Documentation/server-install/Database Migration Scripts.md +++ b/content/VCS-Documentation/server-install/Database Migration Scripts.md @@ -11,6 +11,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` + For example: ``` localhost:5432:postgres:vcs:vcs