From fd5e6fda9955fbd9e0743d39cd0cbc59628766f1 Mon Sep 17 00:00:00 2001 From: acsok Date: Mon, 10 Jun 2024 14:07:13 -0400 Subject: [PATCH] Deleted unnecessary ``` --- .../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 101ef8b84..35a1179a8 100644 --- a/content/VCS-Documentation/server-install/Database Migration Scripts.md +++ b/content/VCS-Documentation/server-install/Database Migration Scripts.md @@ -11,7 +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: ``` +For example: ``` localhost:5432:postgres:vcs:vcs ```