Is deleted entity automatically remove from the DB ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nishan Perera
    Active Community Member
    • Jan 2019
    • 348

    Is deleted entity automatically remove from the DB ?

    Hi,

    Is deleted entity automatically remove from the DB ??

    What are the areas will not remove after delete entity ??

    If the data will not remove from the db, is there any different way to do it without deleting from the db ?
    Cheers!
    Nishan.
  • yuri
    Member
    • Mar 2014
    • 8453

    #2
    Hi,

    Administration > Settings > Cleanup Deleted Records

    Then the scheduled job will delete them in 3 months after deleting from Espo. Period can be changed.

    data/config.php

    'cleanupDeletedRecordsPeriod' => '2 weeks',
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • Nishan Perera
      Active Community Member
      • Jan 2019
      • 348

      #3
      Originally posted by yurikuzn
      Hi,

      Administration > Settings > Cleanup Deleted Records

      Then the scheduled job will delete them in 3 months after deleting from Espo. Period can be changed.

      data/config.php

      'cleanupDeletedRecordsPeriod' => '2 weeks',

      Is this including entities also ?
      Cheers!
      Nishan.

      Comment

      Working...