Stream: containers

Topic: createsequence.sql


view this post on Zulip Philip Durbin ๐Ÿš€ (Aug 16 2023 at 20:18):

This is my workaround in GitHub Actions to get the API test suite to pass:

export PGPASSWORD=secret
# use correct database name
sed -i 's/dvnapp/dataverse/g' doc/sphinx-guides/source/_static/util/createsequence.sql
psql -h localhost -U dataverse dataverse -f doc/sphinx-guides/source/_static/util/createsequence.sql

view this post on Zulip Philip Durbin ๐Ÿš€ (Aug 16 2023 at 20:19):

I'd like to do this for containers running on my dev laptop. Is this a job for ConfigBaker?


Last updated: Oct 30 2025 at 05:14 UTC