Ive set up postgres as a storage, however it still...
# ask-community
a
Ive set up postgres as a storage, however it still seems to be using the 'storage' folder inside the 'deployments' folder. So far about 30gb is stored in the 'storage' folder, and about 8gb in the postgres db. The file system storage seems excessive, and im not sure why it's not going into postgres? Using deleteRun(...) in seems to delete the run from dagit, but doesn't seem to free to up storage?
Copy code
storage:
  postgres:
    postgres_db:
      username: my_username
      password: my_password
      hostname: my_hostname
      db_name: my_database
      port: 5432
s
Hey @Andrew - I added an answer here: https://github.com/dagster-io/dagster/discussions/15489