-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
IMPORTANTThese are serious things to focus onThese are serious things to focus onbackendissues involving the guts of tablebotissues involving the guts of tablebot
Description
SQLite is fine, but not ideal for the concurrent accesses which tablebot relies on. We should move to Postgres.
- Work out what CompSoc provides in terms of database access.
- Spin up a Docker image for development (e.g. https://github.com/mbg/network-wait/blob/main/docker-compose.postgresql.yaml)
- Replace any necessary Persistent calls.
- Work out how to migrate SQLite -> Postgres.
- Modify backup script to use Postgres.
Metadata
Metadata
Assignees
Labels
IMPORTANTThese are serious things to focus onThese are serious things to focus onbackendissues involving the guts of tablebotissues involving the guts of tablebot