Skip to content

Conversation

@eoinsha
Copy link
Contributor

@eoinsha eoinsha commented May 13, 2025

Fix for errors such as

{
  "errorMessage": "IO Error: Failed to create directory \".tmp\": Read-only file system",
  "errorType": "QueryError",
}

@eoinsha eoinsha requested a review from Copilot May 13, 2025 14:09
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes errors related to directory creation by explicitly setting the temporary directory to "/tmp" in the database configuration.

  • Adds "SET temp_directory='/tmp';" to the query string to mitigate IO errors due to a read-only file system error.
  • Updates bootstrap.cpp to ensure proper temporary directory configuration.

@eoinsha eoinsha merged commit 7afddec into main May 13, 2025
2 checks passed
@eoinsha eoinsha deleted the use-slash-tmp branch May 13, 2025 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants