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
Encountered error while attempting to create new schema. Stitch is unable to create or load data into a schema in your data warehouse. Verify that the Stitch database user has the required permissions, as outlined here.
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, feel free to submit a pull request with your suggestions, open an issue on GitHub, or reach out to us.