Billing Module install on existing system

Discussion in 'Plugins/Modules/Addons' started by Curtis Maurand, Jan 24, 2020.

  1. Hello,

    I have a 3.1 installation. I had to rebuild this system from scratch, but on an existing database. That bit went OK and all is working fine. I need to re-install the billing module onto this system that already has the billing system database in place. Will the install script recognize this or is there something special I should do to install this without wiping out the current data?

    Thanks in advance,
    Curtis
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Try to use this procedure:

    mkdir /usr/local/ispconfig/interface/web/billing
    chown ispconfig:ispconfig /usr/local/ispconfig/interface/web/billing

    and then run the update.php script of the billing module instead of install.php to get the Billing Module installed on your server.
     
  3. Hi Till,
    Finally got around to trying your installation technique. It worked like a charm. Everything is up and running. Thanks for your help.
    -Curtis
     
    till likes this.

Share This Page