Files
momentry_core/release/dev_upgrade_v1.0.3/UPGRADE.md

363 B

Dev Upgrade v1.0.3

Steps

# 1. Apply migration
psql -U accusys -d momentry < schema/migration_v1.0.3.sql

# 2. Replace binary
cp bin/momentry_playground /Users/accusys/momentry_core_0.1/target/debug/

# 3. Restart
pkill momentry_playground
DATABASE_SCHEMA=dev /Users/accusys/momentry_core_0.1/target/debug/momentry_playground server --port 3003