-
Notifications
You must be signed in to change notification settings - Fork 108
Description
Hello,
We use dotProject at work, version 2.1.5 with PHP 5.5.9. I'm trying to upgrade to a more recent version, with great difficulty. We have quite a few custom modules and lots of data that needs to be transfered. As of now, I have tried to directly upgrade to PHP 7.x, but that results in lots of errors and warnings, mostly about function declarations.
So, instead, I tried running the new version using the provided docker-compose file, which works fine. However, if I try to overwrite the database that was created with our own, then it stops working. Here are the steps I took:
- Run the docker
- Overwrite the database using MySQL Workbench
- Go to localhost/install
When I try to do the install, I get lots of errors because the tables are already created. Then, when going back to the home page, I get the login box, but if I try to login, nothing happens. No error message either.
I've been trying to upgrade for days now, nothing seems to work. Can anyone enlighten me? What is the proper procedure to upgrade and keep our data? That's really all I want, once that's done, I can take care of updating our custom modules. Thanks.