feat: ASRX hybrid pipeline, identity history, worker fixes, checkpoint system
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Dev Upgrade v1.0.3
|
||||
|
||||
## Steps
|
||||
|
||||
```bash
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user