patternMinor
Is there a way to automatically upgrade DBeaver?
Viewed 0 times
automaticallywaydbeaverthereupgrade
Problem
I am trying to update DBeaver Community Edition 7.0.3 to (currently) newest 7.1.0 edition on Fedora 30. When I start DBeaver a "Version Update" window pops up with buttons as options to Upgrade and Details (manually download installation file). When I click on Upgrade it freezes window and program crashes.
Is there any way to upgrade it AUTOMATICALLY without loosing any setup (DB connections, themes, etc.) or package MUST be manually replaced?
Is there any way to upgrade it AUTOMATICALLY without loosing any setup (DB connections, themes, etc.) or package MUST be manually replaced?
Solution
In Linux installation can be simply executed by selecting latest .deb/.rpm file which can be loaded from official page and installing it via terminal using following command:
Ubuntu 20.04:
Fedora has two options:
...and:
IMPORTANT: DBeaver must be shutdown while running these commands.
Ubuntu 20.04:
sudo dpkg -i dbeaver-xxx.debFedora has two options:
sudo dnf localinstall dbeaver-xxx.rpm...and:
sudo rpm -i dbeaver-xxx.rpmIMPORTANT: DBeaver must be shutdown while running these commands.
Code Snippets
sudo dpkg -i dbeaver-xxx.debsudo dnf localinstall dbeaver-xxx.rpmsudo rpm -i dbeaver-xxx.rpmContext
StackExchange Database Administrators Q#268563, answer score: 2
Revisions (0)
No revisions yet.