empress
empress copied to clipboard
Add a migration section to the README w/warning
- Explain what part of the
vars/user.yml
is responsible for migration and give an example - Warn the user that during the migration their password will be exposed via server logs (since it's passed in on the command line as a parameter), and that any other users on the system may be able to see it while it's running via
ps auwwwx
,htop
, etc. - Make sure that the migration is run locally on the server (in
tmux
) and not remotely from their control machine (as is currently being done). Issue #28 created for that.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.