mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Typo in fabfile, accidentally performing both mongo + psql backups at the same time.
This commit is contained in:
parent
35139e2656
commit
da4dff860c
1 changed files with 0 additions and 1 deletions
1
fabfile.py
vendored
1
fabfile.py
vendored
|
@ -71,7 +71,6 @@ def backup_mongo():
|
|||
@roles('db')
|
||||
def backup_postgresql():
|
||||
with cd('~/newsblur/utils/backups'):
|
||||
run('./mongo_backup.sh')
|
||||
run('./postgresql_backup.sh')
|
||||
|
||||
# ======
|
||||
|
|
Loading…
Add table
Reference in a new issue