Skip to content

Releases: WilliamFalci/Prisma-Cluster

v0.0.21

16 Jun 10:22

Choose a tag to compare

  • 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

10 Jun 10:49
5131207

Choose a tag to compare

  • 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

12 May 08:21

Choose a tag to compare

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

05 May 14:11
599bda1

Choose a tag to compare

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

Full Changelog: v0.0.17...v0.0.18

v0.0.17

03 May 09:06

Choose a tag to compare

  • Added the mods to method.sh was missing into preview draft

Full Changelog: v0.0.16...v0.0.17

v0.0.16

03 May 09:02

Choose a tag to compare

  • Node-Cache added
  • Auto node-cache incjection into method creation

Full Changelog: v0.0.15...v0.0.16

v0.0.15

26 Apr 09:12

Choose a tag to compare

  • Some fixes
  • More documentation into README.md

Full Changelog: v0.0.14...v0.0.15

v0.0.14

15 Apr 08:56

Choose a tag to compare

Some fixes 😄

Full Changelog: v0.0.13...v0.0.14

v0.0.13

08 Apr 08:07

Choose a tag to compare

Full Changelog: v0.0.12...v0.0.13

v0.0.12

06 Apr 14:32

Choose a tag to compare

Some fixes

Full Changelog: v0.0.11...v0.0.12