svn commit: r539337 - head/www/baikal

Pietro Cerutti gahr at FreeBSD.org
Tue Jun 16 09:44:53 UTC 2020


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.
+}
+]


More information about the svn-ports-all mailing list