Преглед изворни кода

HUE-7615 [doc] Add upgrade instructions

Romain Rigaux пре 8 година
родитељ
комит
c625745b32
1 измењених фајлова са 9 додато и 0 уклоњено
  1. 9 0
      dist/README

+ 9 - 0
dist/README

@@ -22,6 +22,15 @@ PREFIX=/usr/share make install
 ${PREFIX}/hue/build/env/bin/supervisor
 
 
+Upgrade
+-------
+Stop the current Hue and do a database backup.
+Install the new Hue to replace the old one and run the database migrations:
+
+./build/env/bin/hue syncdb
+./build/env/bin/hue migrate
+
+
 Configure Hadoop
 ----------------