mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Make sure constant reflects the right backup extenstion.
This commit is contained in:
@@ -7,7 +7,8 @@ module BackupRestore
|
||||
class OperationRunningError < RuntimeError; end
|
||||
|
||||
VERSION_PREFIX = "v".freeze
|
||||
DUMP_FILE = "dump.sql"
|
||||
DUMP_FILE = "dump.sql.gz".freeze
|
||||
OLD_DUMP_FILE = "dump.sql".freeze
|
||||
METADATA_FILE = "meta.json"
|
||||
LOGS_CHANNEL = "/admin/backups/logs"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user