Skip to content

Commit 6f8ee6f

Browse files
committed
style(migrate): correct volume file name in PostgreSQL config
Fixed a typo in the volume file name from "dumb" to "dump" in the Docker PostgreSQL initialization configuration.
1 parent c54e725 commit 6f8ee6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/dataverse-migrate-db

modules/dataverse-migrate-db/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</env>
8181
<volumes>
8282
<bind>
83-
<volume>${postgresql.dump.file}:/docker-entrypoint-initdb.d/dumb.${postgresql.dump.file.ext}</volume>
83+
<volume>${postgresql.dump.file}:/docker-entrypoint-initdb.d/dump.${postgresql.dump.file.ext}</volume>
8484
<!-- Unnecessary for our use case, we just use the anonymous volume -->
8585
<!-- <volume>/var/lib/postgresql/data</volume> -->
8686
</bind>

0 commit comments

Comments
 (0)