mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 05:36:14 +03:00
[GH-ISSUE #217] Looking for help to configure my predefined connections #61
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#61
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 @toddpfaff on GitHub (Nov 15, 2020).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/217
I have Cloudbeaver built and running on CentOS 7.9 but I can't wrap my head around how to configure this web app to connect to my backend database sources. I've read the available documentation but the way forward is not clear.
I'm used to using phpMyAdmin with connection to our MySQL and MariaDB servers.
I've used DBeaver on a CentOS 7 linux workstation to connect to a Postgres data source.
I'm interested in using Cloudbeaver to replace phpMyAdmin and to provide a consistent interface to our various database sources: a MySQL-5.7 server, a MariaDB-10.x Galera cluster, a Postgres-13 server, and an MS-SQL 2019 Express server.
Can someone who understand this and has it working help guide me through the configuration?
@toddpfaff commented on GitHub (Nov 15, 2020):
I may have asked too soon. I was trying to access my Cloudbeaver service through an Apache web server reverse proxy configuration and was only getting a page showing the Cloudbeaver icon in the top-left corner and nothing else, which I assumed meant that there was something wrong with my data source configuration.
Once I tried accessing this same Cloudbeaver deployment directly on port 8978 on our backend web server, I get to the Initial Server Configuration screen, so that's progress.
I guess then that I should close this issue and open a new one dealing with configuring the Apache reverse proxy front-end to a Cloudbeaver back-end on localhost:8978, which is what I'd like to get working.