Re: Request

2023-08-22 Thread bw
Hi, With this information we can't help. Explain your situation in detain. What did you do. How did you install etc. Cheers, Bastiaan On Tue, 22 Aug 2023, 12:46 A.MARSHALL D. OTOTE, wrote: > Hello, > I'm having trouble with my Postgres installation and I need your help > please > Best regards >

Config on centos7 apache in subdir

2022-08-19 Thread bw
Dear all, I am trying to configure pgadmin4 in a subdir on an old server centos7 with Apache 2.4.6 Pgadmin4 is running in a virtual environment and installed via pip in it. I would like to use mod_proxy but I keep having problems with static links. Redirecting all /static to the virtual environmen

Re: Wonderful PgAdmin

2021-10-25 Thread bw
Very dear Developers of pgAdmin! This goes for me too! Congrats on this magnificent beauty application! It helped me going deeper into PostgreSQL. Normally you get only the bugs eating away rotten apples but the tree is full of shiny juicy delicious apples! So I am very happy with the tool and yo

Re: i need help

2021-02-12 Thread bw
Hi, Type the following in your terminal with the user that can access the database: psql -c 'SHOW config_file' regards, Bastiaan On Fri, 12 Feb 2021 at 11:05, Ralf Bezzenberger wrote: > I am on localhost and I don't find postgresql.conf. > > Mit freundlichen Grüßen, > > Dr. Ralf Bezzenberger

Re: connect external app via pgadmin

2020-08-12 Thread bw
try to connect via 87654 port will be redirected to 5432 > > > I don't know how Your infrastructure looks like so i can't give you more > detailed solution > > śr., 12 sie 2020 o 12:41 bw napisał(a): > >> Andrzej, >> >> QGIS is just an example as I u

Re: connect external app via pgadmin

2020-08-12 Thread bw
; i don't know what id Qgis and why You want to do it via pgAdmin... > > But did You consider using ODBC connection and its driver? > > śr., 12 sie 2020 o 08:58 bw napisał(a): > >> Hi, >> >> As I do not like to open-up my postgresql port to the outside world and &

connect external app via pgadmin

2020-08-11 Thread bw
Hi, As I do not like to open-up my postgresql port to the outside world and managing users via pgadmin is very user friendly. I was wondering if somehow it would be possible to give external applications like Qgis for instance access to the database via pgadmin? For example in qgis in order to ac

Re: lot of "Bad request. The CSRF tokens do not match"

2020-07-09 Thread bw
Super thank you Dave. Solved.

lot of "Bad request. The CSRF tokens do not match"

2020-07-09 Thread bw
Hi all, I am getting a lot of *Bad request. The CSRF tokens do not match.* with the following setup on Ubuntu 20.04... apache 2.4.41-4ubuntu3 python 3.8.2 ... and took the following steps... 1. Used venv to create the virtual environment 2. Installed pgadmin4.23 via pip inside the venv 3

pgadmin4 failed after upgrade ubuntu 20.04

2020-07-02 Thread bw
Hi, I upgraded ubuntu from 19.10 to 20.04 and pgAdmin4 wasn' t working anymore. I got an 500 error. I wanted to upgrade pgadmin4 too via pip but inside the virtualenv even pip wasn't working anymore. I guessed it was to do with the python version now being 3.8 but still having 2.7 as default. So I

Re: Graphical Query Builder Support

2020-03-06 Thread bw
> > If you are looking for a GUI tool to design databases pgModeler ( > https://pgmodeler.io/) might be able to help you. > Use Case of Graphical Query Builder (GQB) is different from pgModeler. If I understand correctly, pgModeler shows the ER diagram of the database (portion of a database). Yes

Re: Graphical Query Builder Support

2020-03-05 Thread bw
Hi Patrick, If you are looking for a GUI tool to design databases pgModeler ( https://pgmodeler.io/) might be able to help you. regards, Bastiaan On Thu, 5 Mar 2020 at 05:32, Akshay Joshi wrote: > Hi Patrick > > Graphical Query builder is not supported at the moment in pgAdmin4. Please > creat

Re: backup script error with could not connect to database

2019-12-19 Thread bw
Did you try root su -c postgres pg_dumpall > postgresdump.sql On Wed, 18 Dec 2019 at 19:55, Pepe TD Vo wrote: > > hello expert, > > I had to do a backup on replication master-slave servers. I also have asked > this question before, but I don't understand why I followed the information > and

Fwd: pgAdmin4.15: 500 Internal Server Error

2019-11-30 Thread bw
I have to add that the application is working in desktop mode -- Forwarded message - From: bw Date: Sat, 30 Nov 2019 at 12:36 Subject: pgAdmin4.15: 500 Internal Server Error To: pgadmin-supp...@postgresql.org Pgadmin4 isn't working after upgrading to 4.15 (Was working b

pgAdmin4.15: 500 Internal Server Error

2019-11-30 Thread bw
Pgadmin4 isn't working after upgrading to 4.15 (Was working before the update in server mode on wcgi) I set the following in config.py: DEBUG = True CONSOLE_LOG_LEVEL = logging.DEBUG FILE_LOG_LEVEL = logging.DEBUG I restarted apache2 Visiting 127.0.0.1/pgadmin4 gave the attached pgadmin4.log