Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated using 4PSA automated script

...

  1. If your server has millions of records, the upgrade might take hours to complete; it depends mostly on the server specs. To avoid doing the conversion by the installer script, you can run command just execute the following command before running the installer:

    Shell
    export DONOT_INNODB=1

  2. To perform the upgrade later, you need to log in to SQL (credentials are found in /etc/voipnow/.sqldb) and then run the following command:

    Shell
    ALTER TABLE ast_queue_log ENGINE=InnoDB;
    ALTER TABLE ast_cdr ENGINE=InnoDB;
    ALTER TABLE dictionary ENGINE=InnoDB;
    ALTER TABLE call_history ENGINE=InnoDB;

...

Except where otherwise noted, content in this space is licensed under a Creative Commons Attribution 4.0 International.