Closed (works as designed)
Project:
Demonstration site (Sandbox / Snapshot)
Version:
5.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2009 at 19:32 UTC
Updated:
18 Apr 2009 at 19:50 UTC
Comments
Comment #1
sunWell, exactly, because we do NOT want to logout users, the sessions table is NOT added to the list of excluded tables.
Comment #2
john.money commentedHrm, ok... I took a closer look at the function demo_dump_db() and see that each $exclude table copies the structure and not the data. Makes sense.
But if sessions data is copied and subsequently restored, won't the session sid be mismatched with currently logged in users, effectively logging them out? I could be mistaken, but looks like there should then be a third option to keep sessions active on restore:
- do not drop table for new table array $exclude_keep_data