Răsfoiți Sursa

HUE-7615 [doc] Add upgrade instructions

Romain Rigaux 8 ani în urmă
părinte
comite
c625745b32
1 a modificat fișierele cu 9 adăugiri și 0 ștergeri
  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
 ----------------