Also, how does one safely upgrade to the
Also, how does one safely upgrade to the newest release via docker without accidentally nuking data 😅
2 Replies
Hey @dolan , the actual safest way to upgrade your twenty instance to the next version is:
- be sure to incrementally upgrade your version to the next minor version sequentially ( 1.1 -> 1.2 -> 1.3 ) This is incompatible with consuming the
latest atm
- Please follow general guidelines in how to upgrade to a specific version ( in a nutshell https://discord.com/channels/1130383047699738754/1130383048173682821/1428907521271402637 )
- At twenty-server bootstrap the server will detect that it needs to run an upgrade byitself, to double check that everything went well you can assert that your workspace version in database has been updated to the newly installed twenty instance version ( core.workspace.version )Thank you!