tinyissue icon indicating copy to clipboard operation
tinyissue copied to clipboard

Migrating CMS

Open marcelloinfoweb opened this issue 8 years ago • 1 comments

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?

marcelloinfoweb avatar Dec 21 '17 14:12 marcelloinfoweb

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.

satrun77 avatar Dec 21 '17 21:12 satrun77