Skip to content

Commit

Permalink
Merge pull request #33 from lirmm/StrangeStuff-patch-3
Browse files Browse the repository at this point in the history
Command name changing for update keys
  • Loading branch information
marcoooo committed Sep 6, 2019
2 parents 1ee37a7 + 183ee85 commit caee13c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -48,14 +48,14 @@ Support
If you are having issues, (or just want to say hello): we have a mailing list located at: waves@lirmm.fr


-- UPDATE to 1.7.xx from 1.6.xxx --
-- UPDATE from <=1.6.4 --
-----------------------------------

If migrating from a version 1.6.x to any 1.7.x, you must patch you database encrypted password to a more reliable
If migrating from a version 1.6.4 or earlier to a most recent, you must patch you database encrypted password to a more reliable
encrypted technology (https://github.com/pyca/cryptography). This script must be run once and only once !
To migrate your data please do the following:
- retrieve the latest version 1.7.x
- retrieve the latest version
- stop any running service
- save your database first
- once the new version is installed, run `manage.py migrate_keys`
- if you don't have any error message: your keys are now more secured !
- once the new version is installed, run `manage.py update_keys`
- if you don't have any error message: your keys are now more secured !

0 comments on commit caee13c

Please sign in to comment.