Skip to content

Move the production PostgreSQL DB to the local machine #617

@goneall

Description

@goneall

We're currently using an AWS RDB installation which is rather expensive and overkill for how it is being used.

To migrate the database, we'll need to:

  • Update the production docker-compose.prod.yml file to create the PostgreSQL container
  • Change the DB configuration for the Django app to point to the local PostgreSQL DB
  • Migrate the data from the RDB database to the local database
  • Shut down the RDB database

Metadata

Metadata

Assignees

No one assigned

    Labels

    productionIssues related to the SPDX online tools production environment

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions