appsembler / edx-platform

Appsembler Tahoe fork of Open edX. Branches: `main` for Juniper and `hawthorn/main` for Hawthorn.
https://appsembler.com/products/tahoe/
GNU Affero General Public License v3.0
13 stars 15 forks source link

third_party_auth migrations fail on upgrade to Ginkgo #235

Closed johnbaldwin closed 4 years ago

johnbaldwin commented 6 years ago

The migration, https://github.com/appsembler/edx-platform/blob/appsembler/ginkgo/develop/common/djangoapps/third_party_auth/migrations/0007_samlconfiguration_slo_redirect_url.py, adds the 'slo_redirect_url ' field that already exists in the data imported from the Ficus instance.

Workaround is to

./manage.py lms migrate third_party_auth 0007_samlconfiguration_slo_redirect_url --fake --settings=<aws|devstack_appsembler>
OmarIthawi commented 4 years ago

Thanks @johnbaldwin for reporting this. I think this is no longer an issue. So I'm closing it. Re-open if that's not correct.