tinyissue
tinyissue copied to clipboard
Migrating CMS
I currently use the TinyIssue CMS from mikelbring. Is it possible for me to migrate the database and uploaded files from the other to this one, without losing anything or almost nothing?
In theory, Yes, its built based on the original project without removing any of the old structure. There are new fields and tables added. Pull the latest the code and setup the configuration file and then execute the command php artisan migrate to migrate the database.
I would suggest to upgrade your application on a copy and verify the upgrade first.