Skip to content

Commit

Permalink
Rename make command
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAntoine committed May 23, 2024
1 parent 2a39074 commit 6319f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ upgrade-postgres-11-to-13:
-v $(PG_13_DATA_VOLUME_NAME):/var/lib/postgresql/13/data \
ghcr.io/mtes-mct/monitorfish/monitorfish-database-upgrade:pg11_to_pg13-ts2.3.1-postgis3.3.4 -O "-c timescaledb.restoring='on'" -O "-c shared_preload_libraries=timescaledb";

upgrade-postgres-13-to-16-dev:
upgrade-postgres-13-to-16:
docker run --rm \
-v $(PG_13_DATA_VOLUME_NAME):/var/lib/postgresql/13/data \
-v $(PG_16_DATA_VOLUME_NAME):/var/lib/postgresql/16/data \
Expand Down

0 comments on commit 6319f89

Please sign in to comment.