Create a docker image to help with Postgresql setup (particularly creating and granting permissions to the nlrb user and creating the nlrb_data DB) for users who choose a Postgresql backend. Not a very high priority since the default backed is SQLite and we will probably add a task to output a Postgres-compatible DB dump.
Create a docker image to help with Postgresql setup (particularly creating and granting permissions to the
nlrbuser and creating thenlrb_dataDB) for users who choose a Postgresql backend. Not a very high priority since the default backed is SQLite and we will probably add a task to output a Postgres-compatible DB dump.