We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273de79 commit 7455224Copy full SHA for 7455224
backend/internal/config/config.go
@@ -128,7 +128,7 @@ func loadEnvVariables() {
128
129
// Store the data and temp folders one level below the root
130
// (projectRoot/postgresus-data -> /postgresus-data)
131
- env.DataFolder = filepath.Join(filepath.Dir(backendRoot), "postgresus-data", "data")
+ env.DataFolder = filepath.Join(filepath.Dir(backendRoot), "postgresus-data", "backups")
132
env.TempFolder = filepath.Join(filepath.Dir(backendRoot), "postgresus-data", "temp")
133
134
if env.IsTesting {
0 commit comments