The last two times my production server reboot, I noticed some of my MySQL database tables had been changed.
I'm using CI Bonfire on PHP 5 server. The concerned tables are users, permissions, role_permissions and settings. These 4 tables are reset to their initial structure every time the server reboot. The users table does not loose any data (last users registered are still their) but some fields are missing. The other tables are reset (structure + data) to their initial state too.
I searched something about CI Bonfire migrations but nothing yet...
I have also a development server on which the problem does not occur...
Any idea on what it can be from ?