[SOLVED] Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-12-13 Thread Surya Widyanto
g command:* * *pip install "psycopg[binary]" * 5. And restart the *Apache HTTPD*, and access it from web browser. That's it, I can access my instance of pgAdmin4 v8.13 or the latest v8.14 from web. Regards, ayrus02 On 03-12-2024 12:33, Khushboo Vashi wrote: On Mon, Dec 2, 202

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-12-03 Thread Surya Widyanto
thon-39-x86_64-linux-gnu.so: undefined symbol: PQchangePassword couldn't import psycopg 'binary' implementation: No module named 'psycopg_binary' couldn't import psycopg 'python' implementation: Regards, ayrus02 On 03-12-2024 12:33, Khushboo Vashi wrote: O

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-12-02 Thread Surya Widyanto
that your libpq is located at LIBDIR = /usr/lib64. This error may occur when you have multiple libpq installed on your system. Also do not forget to restart the apache server. Thanks, Khushboo On Mon, Nov 18, 2024 at 3:06 PM Surya Widyanto wrote: Hi, Below are the output of pg_config

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-18 Thread Surya Widyanto
ed at LIBDIR = /usr/lib64. This error may occur when you have multiple libpq installed on your system. Also do not forget to restart the apache server. Thanks, Khushboo On Mon, Nov 18, 2024 at 3:06 PM Surya Widyanto wrote: Hi, Below are the output of pg_config on on my AlmaLinux 8

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-18 Thread Surya Widyanto
On 18-11-2024 16:42, Khushboo Vashi wrote: Hi, Make sure that your libpq is located at LIBDIR = /usr/lib64. This error may occur when you have multiple libpq installed on your system. Also do not forget to restart the apache server. Thanks, Khushboo On Mon, Nov 18, 2024 at 3:06 PM Surya Wid

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-18 Thread Surya Widyanto
libpq5-devel.x86_64 - 17.0-43PGDG.rhel9 - pgAdmin4 libpq5-devel.x86_64 - 17.0-43PGDG.rhel9 - pgdg-common Regards, ayrus02 On 18-11-2024 16:06, Khushboo Vashi wrote: On Mon, Nov 18, 2024 at 1:13 PM Surya Widyanto wrote: Hi, I've upgraded the libpq5 to version 17.0-43PGDG.

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-18 Thread Surya Widyanto
n-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -flto=auto -ffat-lto-object

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-17 Thread Surya Widyanto
q5 with version 17.0-43PGDG.rhel9 and also running as Web Mode via Apache. Regards, ayrus02 On 18-11-2024 14:21, Khushboo Vashi wrote: Hi, On Mon, Nov 18, 2024 at 12:24 PM Surya Widyanto wrote: Hi Vashi, Yes, I can confirm it is installed with version: libpq5.x86_64 - v16

Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-17 Thread Surya Widyanto
Hi, Today, I've upgraded my pgAdmin4 version from v8.12 to v8.13 using dnf on AlmaLinux 8. My pgAdmin4 is installed as web mode and accessed via Apache. After upgrading to v8.13, when I access the pgAdmin4 address from web browser, it give an error 500. When I look at the error log, it conta

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-17 Thread Surya Widyanto
Hi Vashi, Yes, I can confirm it is installed with version: libpq5.x86_64 - v16.3-43PGDG.rhel8 Regards, ayrus02 On 18-11-2024 13:48, Khushboo Vashi wrote: Is libpq5 installed on your system? On Mon, Nov 18, 2024 at 12:11 PM Surya Widyanto wrote: Hi, Today, I've upgraded my pgA

Re: Cannot Connect to server with SSLmode set to required.

2024-06-17 Thread Surya Widyanto
t; > > On Mon, Jun 17, 2024 at 1:03 PM Surya Widyanto wrote: > >> Hi Support Team, >> >> We had PostgreSQL server PostgreSQL 14.12 on x86_64-pc-linux-gnu, >> compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22), 64-bit that runs >> with SSL Mode connection

Re: Cannot Connect to server with SSLmode set to required.

2024-06-17 Thread Surya Widyanto
s the connection with Navicat Client with SSL enabled connection. On Mon, Jun 17, 2024 at 3:14 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Mon, Jun 17, 2024 at 1:03 PM Surya Widyanto wrote: > >> Hi Support Team, >> >> We had PostgreSQL serve

Cannot Connect to server with SSLmode set to required.

2024-06-17 Thread Surya Widyanto
Hi Support Team, We had PostgreSQL server PostgreSQL 14.12 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22), 64-bit that runs with SSL Mode connection activated and we are enforcing ssl connection on it, When we try to connect to the server using local installed PGA

Re: PGAdmin Installed As Server Mode on Windows Apache Cannot Do Backup-Restore with Access Denied Message

2020-05-07 Thread Surya Widyanto
, args, FileNotFoundError: [WinError 2] The system cannot find the file specified And for the Access Denied when Backup/Restore Database, I cannot find any entry on the PGAdmin4.log file. Regards, Surya On 07-05-2020 18:00, Khushboo Vashi wrote: Hi, On Thu, May 7, 2020 at 3:54 PM Surya Widyant

Re: PGAdmin Installed As Server Mode on Windows Apache Cannot Do Backup-Restore with Access Denied Message

2020-05-07 Thread Surya Widyanto
On 07-05-2020 18:00, Khushboo Vashi wrote: Hi, On Thu, May 7, 2020 at 3:54 PM Surya Widyanto <mailto:ayru...@gmail.com>> wrote: On 07-05-2020 11:01, Khushboo Vashi wrote: Hi, On Thu, May 7, 2020 at 6:04 AM Surya Widyanto mailto:ayru...@gmail.com>> wro

Re: PGAdmin Installed As Server Mode on Windows Apache Cannot Do Backup-Restore with Access Denied Message

2020-05-07 Thread Surya Widyanto
On 07-05-2020 11:01, Khushboo Vashi wrote: Hi, On Thu, May 7, 2020 at 6:04 AM Surya Widyanto <mailto:ayru...@gmail.com>> wrote: Hi, Recently I've successfully upgraded to PGAdmin v4.21 as Server Mode, but I had some problem when do Database Backup/Restore fr

PGAdmin Installed As Server Mode on Windows Apache Cannot Do Backup-Restore with Access Denied Message

2020-05-06 Thread Surya Widyanto
Hi, Recently I've successfully upgraded to PGAdmin v4.21 as Server Mode, but I had some problem when do Database Backup/Restore from PGAdmin. When I try to browse the directory/folder to store my backup file, the PGAdmin4 give Access Denied message. I cannot view the directory content which I