Skip to content

v4 Upgrade

Fabian Holler edited this page Jul 15, 2024 · 2 revisions

Upgrading baur from Version 3 to 4

Instructions

  1. Install baur 4.x

  2. Upgrade the configuration files in your repository by running:

    baur upgrade configs
  3. (Optional) Create a backup of your baur database. This could be done with pg_dump.

  4. Upgrade the baur database schema. Afterwards the database can not be used anymore with older baur versions. To upgrade the baur database schema, run:

    baur upgrade db
Clone this wiki locally