Releases: WilliamFalci/Prisma-Cluster
Releases · WilliamFalci/Prisma-Cluster
v0.0.21
- Refactory of export_data in global mode
-
- Postgres pg_dumpall not support --exclude-table so the CLI will run pg_dump for all DBs making an unique SQL (in this way will exclude correctly the the _prisma_migrations tables avoiding duplicate data)
- JOBs fixed to avoid duplicated instances
Full Changelog: v0.0.20...v0.0.21
v0.0.20
- Logical improvements into scripts
- Parent Replication configuration and scripts example added
- Updated the README with more information
- Added the Cron packages and pre-configured for the internal cron-server used when you add service's jobs
Full Changelog: v0.0.19...v0.0.20
v0.0.19
New CLI Commands:
- export_data:
yarn rpc db export_data [mode/service-name] - restore_data:
yarn rpc db restore_data [file-to-restore]
Replication config changes:
- postgresql.conf
-
- max_wal_senders => 100
-
- max_replication_slots => 100
-
- max_logical_replication_workers => 100
Full Changelog: v0.0.18...v0.0.19
v0.0.18
Backup System Changes:
- Added the migrations files of Prisma into Backup
Rollback System:
- Will apply back the migrations files to the model
- Will Re-Create all services without own interface (only_master mode - working with replication mode)
What's Changed
- Test/backup rollback logic by @WilliamFalci in #2
Full Changelog: v0.0.17...v0.0.18
v0.0.17
- Added the mods to method.sh was missing into preview draft
Full Changelog: v0.0.16...v0.0.17
v0.0.16
- Node-Cache added
- Auto node-cache incjection into method creation
Full Changelog: v0.0.15...v0.0.16
v0.0.15
- Some fixes
- More documentation into README.md
Full Changelog: v0.0.14...v0.0.15
v0.0.14
Some fixes 😄
Full Changelog: v0.0.13...v0.0.14
v0.0.13
Full Changelog: v0.0.12...v0.0.13
v0.0.12
Some fixes
Full Changelog: v0.0.11...v0.0.12