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
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