Skip to content

Commit

Permalink
Prepare release 13.2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kderme committed Apr 18, 2024
1 parent 7564d57 commit 66b6259
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cardano-chain-gen/cardano-chain-gen.cabal
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-chain-gen
version: 13.2.0.1
version: 13.2.0.2
synopsis: A fake chain generator for testing cardano DB sync.
description: A fake chain generator for testing cardano DB sync.
homepage: https://github.com/IntersectMBO/cardano-db-sync
Expand Down
2 changes: 1 addition & 1 deletion cardano-db-sync/cardano-db-sync.cabal
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-db-sync
version: 13.2.0.1
version: 13.2.0.2
synopsis: The Cardano DB Sync node
description: A Cardano node that follows the Cardano chain and inserts data from the
chain into a PostgresQL database.
Expand Down
2 changes: 1 addition & 1 deletion cardano-db-tool/cardano-db-tool.cabal
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-db-tool
version: 13.2.0.1
version: 13.2.0.2
synopsis: Utilities to manage the cardano-db-sync databases.
description: Utilities and executable, used to manage and validate the
PostgreSQL db and the ledger database of the cardano-db-sync node
Expand Down
2 changes: 1 addition & 1 deletion cardano-db/cardano-db.cabal
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-db
version: 13.2.0.1
version: 13.2.0.2
synopsis: A base PostgreSQL component for the cardano-db-sync node.
description: Code for the Cardano DB Sync node that is shared between the
cardano-db-node and other components.
Expand Down
2 changes: 1 addition & 1 deletion cardano-db/test/cardano-db-test.cabal
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-db-test
version: 13.2.0.1
version: 13.2.0.2
synopsis: Tests for the base functionality of the cardano-db library
description: Code for the Cardano DB Sync node that is shared between the
cardano-db-node and other components.
Expand Down
2 changes: 1 addition & 1 deletion cardano-smash-server/cardano-smash-server.cabal
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-smash-server
version: 13.2.0.1
version: 13.2.0.2
synopsis: The Cardano smash server
description: Please see the README on GitHub at
<https://github.com/IntersectMBO/cardano-db-sync/cardano-smash-server/#readme>
Expand Down
5 changes: 3 additions & 2 deletions doc/migrations.md
Expand Up @@ -9,15 +9,16 @@ different values.
- `d`: no semantic change to the db.

## Upgrading to 13.2.0.x
- Upgrading from 13.2.0.1 to 13.2.0.2 causes no resyncs, since the releases are identical.

In order to upgrade from 13.1.x.x to 13.2.0.x resyncing is not necessary and no special
- In order to upgrade from 13.1.x.x to 13.2.0.x resyncing is not necessary and no special
flags are required from the user. DBSync will automatically perform the new migrations under `schema`
directory. Details about these migrations can be found in the release `Changelog.md`, in the `schema.md`
annotated as `13.2` or in the schema files directly. New stage 1 files starts from 1-10 and stage 2 starts from 2-26.
These migrations takes a couple minutes, mosty because the instant rewards are moved from the `reward` table to a
new `instant_reward` table. After that there is a ledger replay (read below), which takes a few hours.

Upgrading from 13.0.x to 13.2.0.x should be possible but hasn't been tested.
- Upgrading from 13.0.x to 13.2.0.x should be possible but hasn't been tested.

### Ledger replay

Expand Down
2 changes: 1 addition & 1 deletion doc/schema.md
@@ -1,6 +1,6 @@
# Schema Documentation for cardano-db-sync

Schema version: 13.2.0.1
Schema version: 13.2.0.2
**Note:** This file is auto-generated from the documentation in cardano-db/src/Cardano/Db/Schema.hs by the command `cabal run -- gen-schema-docs doc/schema.md`. This document should only be updated during the release process and updated on the release branch.

### `schema_version`
Expand Down

0 comments on commit 66b6259

Please sign in to comment.