Skip to content

2022.7.3-atsuchan-c3

Compare
Choose a tag to compare
@atsu1125 atsu1125 released this 11 Aug 06:42
· 644 commits to custom/atsuchan since this release
0d6e490

Upgrade overview

This release contains upgrade notes that deviate from the norm:

ℹ️ Requires Groundpolis restart
ℹ️ Requires database migration process for zero-downtime deployment

As always, make sure you have backups of the database before performing any upgrades.
If you are using docker-compose, this is how a backup command might look: docker-compose exec -u postgres db pg_dump -d groundpolis > name_of_the_backup.sql

What's Changed

Full Changelog: 2022.7.3-atsuchan-b2...2022.7.3-atsuchan-c3

How to Update

Non-Docker

  1. git pull
  2. yarn install
  3. yarn build-product
  4. yarn migrate
  5. systemctl restart groundpolis

Docker

The exact steps depend on your setup, but they are likely to match the following:

  1. Pull the code: git pull
  2. Pull the prebuilt images: docker-compose pull, or, alternatively, build them yourself: docker-compose build --pull
  3. Restart all Groundpolis processes: docker-compose up -d

If you fail building

バージョンアップにより、ビルド時や実行時に謎のバグが起きたり、変なエラーでビルドができなくなることがあります。その場合、次のフォルダーやファイルを削除した後でビルドを試みてみてください。

  • node_modules
  • built

Dependencies

Dependencies have not changed. To summarize, the dependency requirements for 2022.7.3-atsuchan-c3 are:

  • PostgreSQL: 12 or newer
  • Redis: 6 or newer
  • Node: 16 or newer