Is it possible ot upgrade to ionFiles v2.0 without loosing information?
Is it possible ot upgrade to ionFiles v2.0 without loosing information?
Not yet but if you give me until tomorrow afternoon I will create an upgrade package for everyone.
After looking into the script I realized that if you uninstall ionFiles it will remove your tables. If you edit the file at:
administrator/components/com_ionfiles/ionfiles_install.xml
and remove these lines:
it will not remove your table when you uninstall. I've attached an upgrade script for after you uninstall. Also, you may want to backup your database just in case.Code:<uninstall> <queries> <query>DROP TABLE IF EXISTS `#__ionfile_downloads_log`;</query> <query>DROP TABLE IF EXISTS `#__ionfile_conf`;</query> <query>DROP TABLE IF EXISTS `#__ionfile_categories`;</query> <query>DROP TABLE IF EXISTS `#__ionfile`;</query> </queries> </uninstall>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum