Skip to content

Commit

Permalink
Include phpsessions in exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty authored Aug 22, 2023
1 parent 38c8bd2 commit a098bd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/db/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,11 @@ public function getIgnoredBackupTables(): array
{
return [
Table::ASSETINDEXDATA,
Table::CACHE,
Table::IMAGETRANSFORMINDEX,
Table::RESOURCEPATHS,
Table::PHPSESSIONS,
Table::SESSIONS,
'{{%cache}}',
];
}

Expand Down

0 comments on commit a098bd2

Please sign in to comment.