I just deployed a new project and all other aspects worked fine but my seeded data script did not work. I need to bring in my data into the postgres database table. If there is a better way to do please I need help on this.
Thank you.
I’ve just responded to you on the ticket you opened as well.
For the wider audience, my response was:
Are you explicitly executing a command to seed the database? This is a step that you’d need to invoke manually (from the shell tab or via ssh) or include it in the build but be mindful it would be called every time which is probably not what you want as it may result in duplicate executions.
Regards,
John B
Render Support, UTC+1
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.