Skip to content

v3 Upgrade

Fabian Holler edited this page Nov 15, 2022 · 1 revision

Upgrading baur from Version 2 to 3

Instructions

  1. Install baur 3.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. When this has been done, the database can not be used anymore with older baur versions. To upgrade the baur database schema, run:

    baur upgrade db
  5. (Optional) If you had installed the bash completion script, upgrade it by running:

    baur init bashcomp
Clone this wiki locally