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, 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;


This process can take a while as it depends on the table size and hardware resources.

...

Content by Label
showLabelsfalse
max5
showSpacefalse
sortmodified
showSpacefalse
reversetrue
typepage
labelsupgrade mariadb innodb voipnow
cqllabel in ("upgrade","innodb","mariadb","voipnow") and type = "page"

...

hiddentrue

...

space = currentSpace()
labelsupgrade mariadb innodb voipnow

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