Skip to content

v0.28.0: run the entire project without using external sources

Compare
Choose a tag to compare
@vrsandeep vrsandeep released this 14 Dec 20:01
· 6 commits to master since this release
16244eb

What's Changed

  • Merge changes from Rc/0.27.1 by from getmango#337
  • setup CI to push container images to vrsandeep/manga in #2
  • make external dependencies locally available in #3

Full Changelog: v0.27.0...v0.28.0

Breaking change for default config users

For older users of mango, who kept updating their containers to new releases, should also have taken care of this, but for those who directly started on last release of mango, read on.
Take a backup of your current database. It is located under db_path as defined in config.yml. It's value before this release is ~/mango.db. It needs to be placed at ~/mango/mango.db. See the change at getmango@61d6c2e

or follow getmango#341 (comment)

If this is not done, mango may crash the first time it launches the new image. Starting the container again will re-create the container from scratch.