Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2020 09:44:53 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539337 - head/www/baikal
Message-ID:  <202006160944.05G9ir6C056106@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Tue Jun 16 09:44:53 2020
New Revision: 539337
URL: https://svnweb.freebsd.org/changeset/ports/539337

Log:
  www/baikal: add pkg-message with useful info for upgrading

Added:
  head/www/baikal/pkg-message   (contents, props changed)

Added: head/www/baikal/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/baikal/pkg-message	Tue Jun 16 09:44:53 2020	(r539337)
@@ -0,0 +1,16 @@
+[
+{ type: upgrade,
+  maximum_version: 0.7.1,
+  message: <<EOM
+With the 0.7.0 release, our configuration format was updated to use YAML files.
+You need to go through the installer again but we pre-fill most values with the
+ones from your old installation. We recommend that you make a full backup of
+your data, as a safety measure. Starting with 0.7.0, Baikal stores data in both
+the Specific and the config folders. Keep this in mind when upgrading!
+EOM
+},
+{ type: upgrade,
+  maximum_version: 0.6.1,
+  message: Upgrading from versions older than 0.6.1 does not work.
+}
+]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006160944.05G9ir6C056106>