[GH-ISSUE #1166] Generate new files in deploy #250

Closed
opened 2026-03-07 20:46:53 +03:00 by kerem · 4 comments
Owner

Originally created by @miltonchirinos44 on GitHub (Sep 19, 2022).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1166

How can I generate new files in the deploy folder after making changes?

Originally created by @miltonchirinos44 on GitHub (Sep 19, 2022). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1166 How can I generate new files in the `deploy` folder after making changes?
kerem 2026-03-07 20:46:53 +03:00
Author
Owner

@devnaumov commented on GitHub (Sep 20, 2022):

@miltonchirinos44 Please provide more information about the issue. What are you trying to achieve and what difficulties you are facing?

<!-- gh-comment-id:1252138774 --> @devnaumov commented on GitHub (Sep 20, 2022): @miltonchirinos44 Please provide more information about the issue. What are you trying to achieve and what difficulties you are facing?
Author
Owner

@miltonchirinos44 commented on GitHub (Sep 20, 2022):

@devnaumov
I am trying to change the default database (H2) to POSTGRESQL.
I managed to make the modification (https://github.com/dbeaver/cloudbeaver/issues/1148#issuecomment-1251232083) but only in the compiled files that are in the deploy folder.
When I run the following commands to deploy and build the app:

cd cloudbeaver/deploy
./build.sh

the modifications you make are deleted, I understand that this happens because you make the modifications in the compiled files that are in the deploy folder. My question is the following, which file do I have to modify on the backend side so that my changes remain permanently? once you run the following command

cd cloudbeaver/deploy
./build.sh

so that my configuration persists

<!-- gh-comment-id:1252384178 --> @miltonchirinos44 commented on GitHub (Sep 20, 2022): @devnaumov I am trying to change the default database (H2) to POSTGRESQL. I managed to make the modification (https://github.com/dbeaver/cloudbeaver/issues/1148#issuecomment-1251232083) but only in the compiled files that are in the `deploy` folder. When I run the following commands to deploy and build the app: ``` cd cloudbeaver/deploy ./build.sh ``` the modifications you make are deleted, I understand that this happens because you make the modifications in the compiled files that are in the `deploy ` folder. My question is the following, which file do I have to modify on the backend side so that my changes remain permanently? once you run the following command ``` cd cloudbeaver/deploy ./build.sh ``` so that my configuration persists
Author
Owner

@alexander-skoblikov commented on GitHub (Sep 26, 2022):

Answered here https://github.com/dbeaver/cloudbeaver/issues/1148#issuecomment-1256393689

<!-- gh-comment-id:1257792839 --> @alexander-skoblikov commented on GitHub (Sep 26, 2022): Answered here https://github.com/dbeaver/cloudbeaver/issues/1148#issuecomment-1256393689
Author
Owner

@miltonchirinos44 commented on GitHub (Sep 26, 2022):

Thanks I managed to solve the problem

<!-- gh-comment-id:1258134247 --> @miltonchirinos44 commented on GitHub (Sep 26, 2022): Thanks I managed to solve the problem
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#250
No description provided.