diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-06 23:06:18 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-06 23:06:18 +0200 |
commit | 339d33181dbf61150817ea59bab673f1fc5b48b2 (patch) | |
tree | 823e50aaf11f2ceb074d65b730f4060cbb82225a /doc/it/autogen | |
parent | 6b4416042b610282690f39fa803b3af98a6bbca5 (diff) | |
download | weechat-339d33181dbf61150817ea59bab673f1fc5b48b2.zip |
core: add note about SSL connections in /help upgrade
Diffstat (limited to 'doc/it/autogen')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index fbeda12b0..4ff5d997f 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -562,15 +562,17 @@ Esempi: ........................................ /upgrade [<percorso_del_binario>] -percorso_del_binario: percorso del binario di WeeChat (quello corrente è il predefinito) +path_to_binary: path to WeeChat binary (default is current binary) -Questo comando esegue nuovamente un binario WeeChat, perciò deve essere stato compilato o installato con un gestore di pacchetti prima di eseguire questo comando. +This command run again a WeeChat binary, so it should have been compiled or installed with a package manager before running this command. -Il processo di aggiornamento è diviso in 4 fasi: - 1. salvataggio della sessione in file per il core e i plugin (buffer, cronologia, ..) - 2. disattivazione di tutti i plugin (salvataggio delle configurazioni .conf) - 3. salvataggio della configurazione di WeeChat (weechat.conf) - 4. esecuzione del nuovo binario di WeeChat. +Note: SSL connections are lost during upgrade, because reload of SSL sessions is currently not possible with GnuTLS. There is automatic reconnection after upgrade). + +Upgrade process has 4 steps: + 1. save session into files for core and plugins (buffers, history, ..) + 2. unload all plugins (configuration files (*.conf) are written on disk) + 3. save WeeChat configuration (weechat.conf) + 4. execute new WeeChat binary and reload session. ........................................ [[command_weechat_uptime]] |