Initial commit

This commit is contained in:
2024-12-05 16:59:05 +01:00
commit 976595cdd1
4 changed files with 28 additions and 0 deletions

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
# Docker migration helper
## Test
```
docker run --rm --name testdb -e POSTGRES_PASSWORD=password -v $(pwd)/test-db:/var/lib/postgresql/data -it postgres:16
```