mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
@@ -129,7 +129,7 @@ func backupAction(ctx *cli.Context) error {
|
||||
"-p"+conf.DatabasePassword(),
|
||||
conf.DatabaseName(),
|
||||
)
|
||||
case config.SQLite:
|
||||
case config.SQLite3:
|
||||
cmd = exec.Command(
|
||||
conf.SqliteBin(),
|
||||
conf.DatabaseDsn(),
|
||||
|
||||
Reference in New Issue
Block a user