mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 05:36:14 +03:00
[GH-ISSUE #1227] Server configuration use postgresql database initializing database error #269
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#269
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chacha95 on GitHub (Oct 20, 2022).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1227
Describe the bug
server configuration
Error Info
@chacha95 commented on GitHub (Oct 20, 2022):
I think this is very similary to this issue
and my cloudbeaver version is 22.2.0
@miltonchirinos44 commented on GitHub (Oct 20, 2022):
That's weird, I used the same configuration to connect the default database with postgresql and I didn't have any errors.
You may need to indicate the port
maybe it would be something like this
url: "jdbc:postgresql://postgresql.database.svc.cluster.local:5432/dingo"
@chacha95 commented on GitHub (Oct 21, 2022):
I just try
url: "jdbc:postgresql://postgresql.database.svc.cluster.local:5432/dingo"
but result is same....
@miltonchirinos44 commented on GitHub (Oct 24, 2022):
You have to modify in the following location:
cloudbeaver
|---config
|---sample-databases
|---DefaultConfiguration
|---cloudbeaver.conf
@kseniaguzeeva commented on GitHub (Oct 27, 2022):
I cannot reproduce it either. Could you please try to use such config and command example. The mentioned database must exist in PostgreSQL
docker run --name cloudbeaver --rm -ti -p 8978:8978 --add-host=host.docker.internal:local_host_number -v C:\var\cloudbeaver\workspace:/opt/cloudbeaver/workspace dbeaver/cloudbeaver:22.2.3@miltonchirinos44 commented on GitHub (Oct 28, 2022):
@kseniaguzeeva what is the operation of this command:
docker run --name cloudbeaver --rm -ti -p 8978:8978 --add-host=host.docker.internal:local_host_number -v C:\var\cloudbeaver\workspace:/opt/cloudbeaver/workspace dbeaver/cloudbeaver:22.2.3For example, to change the h2 database to postgresql, use the following steps:
cloudbeaver/deployfolder where the compiled files are are also updated:in this way the cloudbeaver project has been updated with the new database connection changes from h2 to postgresql
@kseniaguzeeva commented on GitHub (Oct 28, 2022):
You can use PostgreSQL database as internal using the steps above https://github.com/dbeaver/cloudbeaver/issues/1227#issuecomment-1293264598
@miltonchirinos44 commented on GitHub (Nov 10, 2022):
Database connection successfully verified
@kseniaguzeeva commented on GitHub (Nov 11, 2022):
Feel free to ask to reopen the ticket if the issue is still actual for you.