Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inaccuracies in the documentation #296

Closed
mtazzari opened this issue Dec 7, 2018 · 1 comment
Closed

Inaccuracies in the documentation #296

mtazzari opened this issue Dec 7, 2018 · 1 comment
Labels

Comments

@mtazzari
Copy link

mtazzari commented Dec 7, 2018

Many thanks for this useful package! I'd like to point out two typos in the docs:

  1. the help of the mediabackup command reports:
 -z, --compress        Do not compress the archive

which should be

 -z, --compress        Compress the archive

I have just tested it, and this option actually produces .tar.gz files.

  1. in the installation instructions Add it in your project, this line
DBBACKUP_STORAGE = 'dbbackup.storage.filesystem_storage'

gives error:

AttributeError: module 'dbbackup.storage' has no attribute 'filesystem_storage'

while this SO answer provides a working solution:

DBBACKUP_STORAGE = 'django.core.files.storage.FileSystemStorage'

and in fact the mistake in the docs was already pointed out there.

Just reporting this, it'd be helpful to have this fixed in the docs. Thanks!

@mtazzari mtazzari changed the title Inaccuracies in documentation Inaccuracies in the documentation Dec 7, 2018
@jonathan-s
Copy link
Contributor

All of these issues are fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants