Skip to content

Commit ea8b8ae

Browse files
committed
Progress
1 parent f115806 commit ea8b8ae

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Docker/V2/Compose/mssql/env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ ODS_CONNECTION_STRING_ENCRYPTION_KEY=<Create a new string as symmetric encryptio
5959

6060

6161
# Instance Management database templates. - pgsql
62-
MINIMAL_SQL_PATH=C:/pgsqlBak/EdFi.Ods.Minimal.Template.sql
63-
POPULATED_SQL_PATH=C:/pgsqlBak/EdFi.Ods.Populated.Template.sql
62+
MINIMAL_SQL_PATH=/var/opt/pgsql/data/sql-backups/EdFi.Ods.Minimal.Template.sql
63+
POPULATED_SQL_PATH=/var/opt/pgsql/data/sql-backups/EdFi.Ods.Populated.Template.sql
6464

6565
# Instance Management database templates. - mssqp
6666
MINIMAL_BAK_PATH=C:/mssqlBac/EdFi.Ods.Minimal.Template.bak

Docker/V2/Compose/pgsql/env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ ODS_CONNECTION_STRING_ENCRYPTION_KEY=<Create a new string as symmetric encryptio
4848

4949

5050
# Instance Management database templates. - pgsql
51-
MINIMAL_SQL_PATH=C:/pgsqlBak/EdFi.Ods.Minimal.Template.sql
52-
POPULATED_SQL_PATH=C:/pgsqlBak/EdFi.Ods.Populated.Template.sql
51+
MINIMAL_SQL_PATH=/var/opt/pgsql/data/sql-backups/EdFi.Ods.Minimal.Template.sql
52+
POPULATED_SQL_PATH=/var/opt/pgsql/data/sql-backups/EdFi.Ods.Populated.Template.sql
5353

5454
# Instance Management database templates. - mssqp
5555
MINIMAL_BAK_PATH=C:/mssqlBac/EdFi.Ods.Minimal.Template.bak

0 commit comments

Comments
 (0)