From bf9a08ff8e0356504aa7bac492a3f1180a99cd29 Mon Sep 17 00:00:00 2001 From: acsok Date: Mon, 10 Jun 2024 14:10:49 -0400 Subject: [PATCH] Added ` --- .../server-install/Database Migration Scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/VCS-Documentation/server-install/Database Migration Scripts.md b/content/VCS-Documentation/server-install/Database Migration Scripts.md index 35a1179a8..53066a691 100644 --- a/content/VCS-Documentation/server-install/Database Migration Scripts.md +++ b/content/VCS-Documentation/server-install/Database Migration Scripts.md @@ -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