-
Notifications
You must be signed in to change notification settings - Fork 14
v3 Upgrade
Fabian Holler edited this page Nov 15, 2022
·
1 revision
-
Install baur 3.x
-
Upgrade the configuration files in your repository by running:
baur upgrade configs
-
(Optional) Create a backup of your baur database. This could be done with pg_dump.
-
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
-
(Optional) If you had installed the bash completion script, upgrade it by running:
baur init bashcomp