[arch-commits] Commit in rethinkdb/trunk (rethinkdb.install)

Anatol Pomozov anatolik at nymeria.archlinux.org
Thu Jun 19 01:32:39 UTC 2014


    Date: Thursday, June 19, 2014 @ 03:32:39
  Author: anatolik
Revision: 113338

Use official rethinkdb migration wiki page

Modified:
  rethinkdb/trunk/rethinkdb.install

-------------------+
 rethinkdb.install |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: rethinkdb.install
===================================================================
--- rethinkdb.install	2014-06-18 16:05:10 UTC (rev 113337)
+++ rethinkdb.install	2014-06-19 01:32:39 UTC (rev 113338)
@@ -22,7 +22,7 @@
   IFS='.' read -a old_version <<< "$2"
 
   if [ "${old_version[0]}" != "${new_version[0]}" -o "${old_version[1]}" != "${new_version[1]}" ]; then
-    echo "This release changed data storage format. Please upgrade your data using following information https://github.com/rethinkdb/rethinkdb/tree/next/scripts/migration"
+    echo "This release changed data storage format. Please upgrade your data using following information http://rethinkdb.com/docs/migration/"
   fi
 
   getent group rethinkdb >/dev/null 2>&1 || groupadd rethinkdb &>/dev/null




More information about the arch-commits mailing list