Below is a list of the most common errors that Stitch will encounter when attempting to load data into your Postgres data warehouse.

Note that this isn’t an exhaustive list. If you receive an error that isn’t listed here and need help troubleshooting, please reach out to our support team.

Error Message Interpretation Fix
ERROR: could not write block 3440 of temporary file: No space left on device Your Postgres database is full.
  • Add additional space to make your Postgres database larger, OR
  • Remove tables and/or data from the existing instance to free up disk space.
ERROR: could not extend file "base/16389/t2_285302": No space left on device Hint: Check free disk space. Where: COPY staging_0_13_19423-24427690-551e-4338-b5df-018f20e64fd9, line 1142260 Your Postgres database is full.
  • Add additional space to make your Postgres database larger, OR
  • Remove tables and/or data from the existing instance to free up disk space.

Questions? Feedback?

Did this article help? If you have questions or feedback, please reach out to us.