pgadmin-org / pgadmin4

pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
https://www.pgadmin.org
Other
2.48k stars 649 forks source link

rpm and Debian should pick all the dependencies of pgadmin4 with the reinstall scenario (RM #6361) #4255

Closed dpage closed 2 years ago

dpage commented 3 years ago

Issue migrated from Redmine: https://redmine.postgresql.org/issues/6361 Originally created by Fahar Abbas at 2021-03-30 12:26:35 UTC.

Builds:

https://www.postgresql.org/ftp/pgadmin/pgadmin4/snapshots/2021-03-30/yum/

Steps:

  1. rpm -i https://ftp.postgresql.org/pub/pgadmin/pgadmin4/snapshots/2021-03-30/yum/pgadmin4-redhat-repo-1-1.noarch.rpm
  2. yum install pgadmin4
  3. pgadmin4 installed successfully
  4. reinstall it yum reinstall pgadmin4
  5. Dependencies are not available after reinstall

Expected Result: yum reinstall pgadmin4* Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile

Dependencies Resolved

================================================================================ Package Arch Version Repository Size

Reinstalling: pgadmin4 noarch 5.1-1.el7 pgAdmin4 2.8 k pgadmin4-desktop x86_64 5.1-1.el7 pgAdmin4 84 M pgadmin4-python3-mod_wsgi x86_64 4.7.1-2.el7 pgAdmin4 780 k pgadmin4-server x86_64 5.1-1.el7 pgAdmin4 80 M pgadmin4-web noarch 5.1-1.el7 pgAdmin4 5.3 k Not available: pgadmin4-redhat-repo noarch 1-1 - 0.0

Transaction Summary

Reinstall 5 Packages Not available 1 Package

Total download size: 165 M Installed size: 507 M Is this ok [y/d/N]:

Actual Result:

yum reinstall pgadmin4 Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile

Dependencies Resolved

================================================================================ Package Arch Version Repository Size

Reinstalling: pgadmin4 noarch 5.1-1.el7 pgAdmin4 2.8 k

Transaction Summary

Reinstall 1 Package

Total download size: 2.8 k Installed size: 0
Is this ok [y/d/N]: N Exiting on user command Your transaction was saved, rerun it with: yum load-transaction /tmp/yum_save_tx.2021-03-30.13-39.RWFRY4.yumtx

dpage commented 3 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/6361#note-1 Originally created by Dave Page at 2021-03-30 13:03:01 UTC.

This is normal behaviour of yum/dnf.

Redmine ticket header update:

Name Old Value New Value
Status changed New Rejected
dpage commented 2 years ago

Issue closed on Redmine.