So6
Ease background data migration for Postgreql databases.
Status
This project is in very early state and currently only plays with indexes
Local tests
Initialise test environment
or start test environment if it exists
Set PosgreSQL services file
Add the follozing service in .pg_service.conf
[so6]
host=localhost
port=5434
dbname=so6
user=so6
password=so6
Run integration tests
PGSERVICE=so6