corrected path for upgrade
This commit is contained in:
parent
72f971162d
commit
7125cc0719
@ -55,7 +55,7 @@ def upgrade_db_to_v2_backup():
|
|||||||
# Create path for backup
|
# Create path for backup
|
||||||
try:
|
try:
|
||||||
if not path.exists():
|
if not path.exists():
|
||||||
path.mkdir(mode=755, exist_ok=True, parents=True)
|
path.mkdir(mode=777, exist_ok=True, parents=True)
|
||||||
except OSError as e:
|
except OSError as e:
|
||||||
return make_response(jsonify(status='exception', msg=str(e)), 400)
|
return make_response(jsonify(status='exception', msg=str(e)), 400)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user