Procházet zdrojové kódy

HUE-7615 [doc] Add upgrade instructions

Romain Rigaux před 8 roky
rodič
revize
c625745
1 změnil soubory, kde provedl 9 přidání a 0 odebrání
  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
 ----------------