amember "am_invoice_log" table database too big

Discussion in 'Troubleshooting' started by burtonfly, Sep 21, 2019.

  1. burtonfly

    burtonfly New Member

    Joined:
    Apr 9, 2018
    Messages:
    5
    amember "am_invoice_log" table database too big
    anyone have problems and sloved it ?
    it raise my database too 9GB-15GB always make database problem because too big
  2. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    You can truncate this table: TRUNCATE TABLE am_invoice_log;
    (It has only log data)

    It seems some plugin write too much logs to this table.
    Do you mind to contact us in helpdesk (before truncate table)?
    https://www.amember.com/support

    We will check why it so big.

    Best Regards.

Share This Page