浏览代码

Update version_upgrade.rst

FusionPBX 7 年之前
父节点
当前提交
ffa3157350
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      source/advanced/version_upgrade.rst

+ 6 - 0
source/advanced/version_upgrade.rst

@@ -11,7 +11,13 @@ Version 4.2 to 4.4
 
 1. Normal upgrade procedure update the source code, schema, menu and permissions. 
 2. Need to delete the following dialplans user_exists and user_record, call_forward_all, and local_extension dialplans from all domains. Then run Advanced -> Upgrade -> App Defaults to get new up to date diaplans.
+3. Update old recordings set the record_name and record_path.
 
+::
+
+ cd /usr/src
+ wget https://raw.githubusercontent.com/fusionpbx/fusionpbx-scripts/master/upgrade/record_path.php
+ php record_path.php
 
 Version 4.0 to 4.2
 ^^^^^^^^^^^^^^^^^^