You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
dumpdata and loaddata work for me on some smaller applications, but I am wondering whether any of you have strategies to scale it up to more data. My DevOps doesn't really give developers access to much - not even RDS snapshots. The larger applications have written some logic to move data, but maybe there is a solution.
Dan Davis
unread,
Oct 22, 2020, 6:53:06 PM10/22/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I have found an answer of sorts in a previous thread. Fred says:
> Just for the follow-up, I ended up using pgloader and after some argument tweaking, it worked. Cheers.