Hello!
I’m about to upgrade from 4.4 to 6.0. After reading through the Upgrade Manual some things are still not completely clear to me.
a) Which of the extra notice steps do I still have to perform manually after running the latest upgrade script?
cd /opt/seatable-compose &&
wget -c ``https://github.com/seatable/seatable-release/releases/latest/download/seatable-compose.tar.gz``
-O - | tar -xz -C /opt/seatable-compose &&
docker compose pull
docker compose down
docker compose up -d
b) If additional steps from previous extra upgrade notices are necessary is there a specific order in which I have to perform them?
More specifically, is this step-by-step procedure correct or am I missing something? Respectively can I skip any steps?
- Run the script from above
- Add new API gateway configuration to nginx.conf (version 5.0 extra upgrade notice)
- Update dtable_web_settings.py with redis/memcache lines (version 5.2 extra upgrade notice)
- Run the migrate script from version 5.3 extra upgrade notice
- Install the new Report Design plugin (or this also handled by the migrate script?)
Are the steps needed identical for the enterprise and developer edition? I have deployments of both.
Thanks for your support!