Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 460 Bytes

File metadata and controls

25 lines (18 loc) · 460 Bytes

Ravel databases

Ravel uses Postgres to store the state of the Ravel server in a strongly consistent way.

Postgres

The Ravel server store its state in a Postgres database.

To run the migrations you can use the following command:

$ ravel db migrate --to latest
$ ravel db status

Output:

Current version: 3
Total migrations: 3

Migrations:
[✓] 1  initial
[✓] 2  gateways
[✓] 3  gateway_name