I have a little unusual migration to do in my django website:
I need to restore a database with older configurations, because the old website is still working and i need it's data.
When i finish the restore process, how will i migrate it? Can i run an older migration again and make the new ones later? Or the django migrations system can recognize the current database configuration and propose new migrations?
It may be a simple migration (or not), but i have to be sure of what i am doing before.
Sorry for my bad english.I appreciate any help.