Opened 4 years ago
Closed 4 years ago
#32415 closed Uncategorized (invalid)
Error occurs when migrate db: relation is not existed.
Reported by: | guhaibing | Owned by: | nobody |
---|---|---|---|
Component: | Migrations | Version: | 2.0 |
Severity: | Normal | Keywords: | migrate |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
We migrated db when the docker container start,but database closed connection before migrate finished becasue of some known issues。
Then we try aganin, and django report error: relation is not existed。
I think there was some data lost when the database error,and want to know how to avoid this error。
Can we add database transaction althrough the migrate proccess? All success or All fail.
Change History (1)
comment:1 by , 4 years ago
Component: | Uncategorized → Migrations |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Please check the documentation and don't use Trac as a support channel.
Closing per TicketClosingReasons/UseSupportChannels.