Issue Summary
I recently found out we need to reencrypt our DB because we used an insecure key. I was trying to follow the instructions here.
but it does not seem that the “manage database” command I am trying to run knows about the command “reencrypt”. This is the output. It seems to only know about create_tables drop_tables
This is my first time posting. I hope I have included all the information that was needed. I have found older posts to be helpful while setting the instance up so just wanted to say thanks for having this forum!
Usage: manage.py database [OPTIONS] COMMAND [ARGS]
Manage the database (create/drop tables).
Options:
–help Show this message and exit.
Commands:
create_tables Create the database tables.
drop_tables Drop the database tables.
Usage: manage.py database [OPTIONS] COMMAND [ARGS]…
Error: No such command “reencrypt”.
Technical details:
- Redash Version: docker.io/redash/redash:8.0.2.b37747
- Browser/OS: Firefox 95.0.2
- How did you install Redash: Self hosted redash into AWS ECS.