Explorar el Código

HUE-7615 [doc] Add upgrade instructions

Romain Rigaux hace 8 años
padre
commit
c625745b32
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  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
 ----------------