How to import data from old OpenREM installation

Issue #999 resolved
Volker created an issue

Sorry to open an issue for a question I have. But I was unable to find how the project is collaborating. I was asked to migrate an OpenREM installation in version 0.10 to version 1.0b2.
The old system is on windows. I decided to use Linux for the new system. The new system already exist I am having problem with data migration form the old system. I use the docker installation. The database was empty before I used the DB dump from the old system to import the data into new system.

After I issued the following:

python manage.py makemigrations remapp
python manage.py migrate remapp

I receive an error 500 in the web browser. Do you have any idea?

Thank you,
Volker

Comments (8)

  1. Ed McDonagh

    Hi Volker. Have you seen this document on upgrading an existing install to Docker? Have you followed the directions there and it hasn’t worked, or did you not see it?

    Let me know, and hopefully we can get you up and running!

  2. Ed McDonagh

    That’s great to hear. Any feedback on the documentation or the software gratefully received, either here or in the Google group - link from openrem.org

  3. Volker reporter

    That’s great to hear. Any feedback on the documentation or the software gratefully received, either here or in the Google group - link from openrem.org

    Thanks for the Google group hint. I don’t have a feedback to the documentation yet. I will probably come back with additional code in the future.

  4. Log in to comment