Question
Transfer database data remotelly to DO, constraints help
I want to transfer remotely data to DO, Postgress database;
The database is already created, bur is almost empty(initial django migration)
I want to get data from a local database(same structure), but when I want to restore I get:
ERROR: insert or update on table “someTable” violates foreign key constraint “aConstraintName”
I understand that I need to remove some constraints, but I need clear steps.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×