Mintbase / arak

General Purpose Ethereum Event Indexer
GNU General Public License v3.0
1 stars 1 forks source link

Add db-schema config #27

Closed bh2smith closed 7 months ago

bh2smith commented 7 months ago

In alignment with https://github.com/Mintbase/evm-indexer/pull/120, we add a schema configuration to the arak event-listening service.

This will require a change to our existing deployment:

Namely

  1. Service shut down
cd kubernetes
make delete
  1. Alter schema query
ALTER SCHEMA public RENAME TO mainnet;
  1. Restart service (with new configuration)
make apply