]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/UPGRADE
ebl Typo fix
[bacula/bacula] / gui / bweb / UPGRADE
index 074d7fcc14969b7556ac2588742d03543fad5abc..d75efde2d14b30de50f814d7b225a93b233edaf3 100644 (file)
@@ -8,8 +8,10 @@ Upgrade from 2.2.Y to 3.0
 
    mysql) 
        load the bweb/script/upgrade-2.2_3.0_mysql.sql file
+          root# mysql bacula < bweb/script/upgrade-2.2_3.0_mysql.sql
    postgresql)
         load the bweb/script/upgrade-2.2_3.0_postgresql.sql file
+          postgres# psql -U bacula bacula < bweb/script/upgrade-2.2_3.0_postgresql.sql
 
 Upgrade from 2.0.X to 2.2.Y
 ---------------------------