Issue Summary
I’m looking at https://redash.io/help/open-source/admin-guide/how-to-upgrade and step 5 states:
Apply migration (if necessary):
docker-compose run --rm server manage db upgrade
When is it necessary and how do i know? I imagine if i’m hosting in docker on an ec2 instance, that any time the image versions are changed the upgrade command would need to be issued against the database, right? When would this not be necessary?
Technical details:
- Redash Version: 5+
- Browser/OS: Linux
- How did you install Redash: setup.sh to deploy the docker containers originally.