From ecbd7bfd129bf64b3f4c603effae07444e7d45ce Mon Sep 17 00:00:00 2001 From: acsok Date: Mon, 10 Jun 2024 14:15:17 -0400 Subject: [PATCH] Formatting --- .../server-install/Database Migration Scripts.md | 1 + 1 file changed, 1 insertion(+) 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