Migration trouble due to stopping a restore before it finished

Thanks very much! That sounds right, but when I do that I get stuff like :slight_smile:

table backup.group_archived_messages depends on schema backup
table backup.incoming_emails depends on schema backup
table backup.user_options depends on schema backup
table backup.email_change_requests depends on schema backup
table backup.given_daily_likes depends on schema backup
table backup.onceoff_logs depends on schema backup
table backup.tags depends on schema backup
table backup.topic_tags depends on schema backup
table backup.tag_users depends on schema backup
table backup.category_tags depends on schema backup
table backup.scheduler_stats depends on schema backup
table backup.tag_groups depends on schema backup

This was a fresh/empty database when I started, so I"m confused why I have a stale backup database.

EDIT: I used cascade, like it told me:

DROP SCHEMA backup CASCADE;

I’m guessing that solved it! It’ll be 25 minutes before I know and hopefully I’ll have stopped looking at a computer by then.

I’ll report back tomorrow.

Thanks again.

1 Like