mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 06:05:09 +00:00
chore: change public files slug for restore-backup
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
parent
9dff8f2561
commit
dcf0c0f8b1
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ def restore_database(files_base, site_config_path, site):
|
|||
|
||||
|
||||
def restore_files(files_base):
|
||||
public_files = files_base + '-files.tar'
|
||||
public_files = files_base + '-public-files.tar'
|
||||
# extract tar
|
||||
public_tar = tarfile.open(public_files)
|
||||
print('Extracting {}'.format(public_files))
|
||||
|
|
|
|||
Loading…
Reference in a new issue