Bamboo throws Internal Server Error while no space left on the PostgreSQL database server device
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Fisheye および Crucible は除く
要約
診断
You will be able to see the below sample error "could not extend file "base/16395/17147": No space left on device"
in the <BAMBOO_HOME>/logs/atlassian-bamboo.log
file.
SQL exception
2021-12-10 10:30:19,033 ERROR [https-openssl-nio-443-exec-12] [SqlExceptionHelper] Batch entry 1 insert into VARIABLE_DEFINITION (VARIABLE_KEY, VARIABLE_VALUE, VARIABLE_TYPE, PLAN_ID, PROJECT_ID, ENVIRONMENT_ID, DEPLOYMENT_VERSION_ID, VARIABLE_DEFINITION_ID) values ('planRepository.branchDisplayName', 'main/service-changes', 'VERSION', NULL, NULL, NULL, 270467073, 270630934) was aborted: ERROR: could not extend file "base/16395/17147": No space left on device
原因
Usually, insufficient Database server disk space can cause this issue while saving the data to the database.
ソリューション
- Clean up or increase disk space in your Database server.
- Add database server disk space monitoring mechanisms to prevent this in the future.
最終更新日: 2024 年 2 月 20 日
Powered by Confluence and Scroll Viewport.