eFiction / v5_1-vaporware

It's a long way ...
GNU General Public License v3.0
10 stars 3 forks source link

Migrate from legacy File-Based DB structure #8

Closed Brodur closed 3 years ago

Brodur commented 3 years ago

Would it be possible to have a way to migrate an older e-fiction v3 site that is running on the file-based storage to move to database tables for stories?

More of a feature request than an issue.

campZero commented 3 years ago

This was one of the first things I built into it. In other words: If the stories folder is where the installer can locate it, it will be used. You can then either convert to full MySQL or use a filebased SQLite storage, which is still much better than single files.

Brodur commented 3 years ago

Right on, that's awesome. Thanks for following up on this!