Search Criteria
Package Details: dbgate-bin 7.1.12-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/dbgate-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | dbgate-bin |
| Description: | Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others.(Prebuilt version.Use system-wide electron) |
| Upstream URL: | https://dbgate.org/ |
| Keywords: | database-gui database-manager electron mongodb mysql postgresql sql sql-server sqlite |
| Licenses: | MIT |
| Conflicts: | dbgate |
| Provides: | dbgate |
| Submitter: | aulonsal |
| Maintainer: | zxp19821005 |
| Last Packager: | zxp19821005 |
| Votes: | 11 |
| Popularity: | 0.084822 |
| First Submitted: | 2021-05-09 13:36 (UTC) |
| Last Updated: | 2026-05-20 11:29 (UTC) |
Latest Comments
1 2 Next › Last »
tee commented on 2026-05-07 08:04 (UTC)
upstream url is now dbgate.io
andradei commented on 2026-04-23 15:22 (UTC)
Can confirm @SoftExpert's solution works.
It points to the same place the files are stored in the
prepare()step of PKGBUILD.SoftExpert commented on 2026-04-23 06:02 (UTC)
7.1.9-1 fails to build with the following error:
It requires a change in PKGBUILD at line 49:
cp -a "${srcdir}/opt/${_pkgname}/resources/". "${pkgdir}/usr/lib/${pkgname%-bin}/"zxp19821005 commented on 2025-11-26 01:20 (UTC)
@Dominiquini, please carefully check the latest version
6.7.1. It does not have a deb package released—only thepremiumversion has anAppImagefile available. Next time, could you first confirm whether the corresponding precompiled version exists before marking it as outdated?kartibok commented on 2025-10-18 10:21 (UTC) (edited on 2025-10-18 10:39 (UTC) by kartibok)
I had the same issue with the 30Gb download for Electron 30. My new build Arch had V37. With a little ChatGPT help I got it installed:
PKGBUILD
dbgate.sh
SHA256SUM
I had to recreate for the dbgate.sh file.
Hope it helps someone.
Asakusa commented on 2025-06-11 10:05 (UTC) (edited on 2025-06-11 10:06 (UTC) by Asakusa)
I always have issues when trying to install
dbgate-bin.I assume it's because of the large size of the Electron package.
How can I fix this?
cysec commented on 2025-04-30 16:01 (UTC)
I have electron 34 and 35 installed, this pkgbuild still tries to install electron 30 from source, and for some reason tries to download in excess of 30GB
gratefultony commented on 2025-03-04 22:25 (UTC)
nodejs-lts-iron-20.18.3-1 and nodejs-23.9.0-1 are in conflictCan be fixed by upgrading electron to 34
petris commented on 2024-05-08 11:15 (UTC)
I noticed the change to the dbgate.bin script in the latest "fix errors" commit.
A section was added to read flags from a flags file, if it exists:
And then I assume the intent was to use those flags, however
_USER_FLAGSwas used instead offlags:So I'm guessing the
declare -a flagsandflags+=lines should be_USER_FLAGSinstead.Also, if you were intending these flags to be interpreted as separate command line arguments rather than just using the first line that was found, you need to change the usage of
_USER_FLAGSto:Thus the last few lines should look like:
1 2 Next › Last »