Skip to content

Commit 7455224

Browse files
FIX (backups): Add more meaningful name for local backups
1 parent 273de79 commit 7455224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func loadEnvVariables() {
128128

129129
// Store the data and temp folders one level below the root
130130
// (projectRoot/postgresus-data -> /postgresus-data)
131-
env.DataFolder = filepath.Join(filepath.Dir(backendRoot), "postgresus-data", "data")
131+
env.DataFolder = filepath.Join(filepath.Dir(backendRoot), "postgresus-data", "backups")
132132
env.TempFolder = filepath.Join(filepath.Dir(backendRoot), "postgresus-data", "temp")
133133

134134
if env.IsTesting {

0 commit comments

Comments
 (0)