Upgrade Steps 4.4 -> 6.0

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?

  1. Run the script from above
  2. Add new API gateway configuration to nginx.conf (version 5.0 extra upgrade notice)
  3. Update dtable_web_settings.py with redis/memcache lines (version 5.2 extra upgrade notice)
  4. Run the migrate script from version 5.3 extra upgrade notice
  5. 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!

Here is what you should do:

  • execute this upgrade script (this will pull the latest yml files)
  • follow special upgrade notices 5.0
  • follow special upgrade notices 5.1
  • follow special upgrade notices 5.2
  • follow special upgrade notices 5.3
  • follow special upgrade notices 6.0

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.