Re: Help with running pgadmin in a docker container

2023-05-16 Thread Aditya Toshniwal
> disable Flask from CSRF checking. With this, I can now easily access the > app without getting the errors. > > Simon > -- > *From:* Simon Thorpe > *Sent:* Tuesday, May 16, 2023 8:17 AM > *To:* Aditya Toshniwal > *Cc:* pgadmin-support@lists

Re: Help with running pgadmin in a docker container

2023-05-16 Thread Simon Thorpe
3 8:17 AM To: Aditya Toshniwal Cc: pgadmin-support@lists.postgresql.org Subject: Re: Help with running pgadmin in a docker container Attached... Seems like a csrf problem. A quick google search and it seems that when Docker is https://stackoverflow.com/questions/65233859/dockerize-pgadmin-the-

Re: Help with running pgadmin in a docker container

2023-05-16 Thread Simon Thorpe
g the csrf check. Should the logout call delete a cookie or something? Simon From: Aditya Toshniwal Sent: Monday, May 15, 2023 10:36 PM To: Simon Thorpe Cc: pgadmin-support@lists.postgresql.org Subject: Re: Help with running pgadmin in a docker container Hi

Re: Help with running pgadmin in a docker container

2023-05-15 Thread Aditya Toshniwal
Hi Simon, Can you please share the docker logs for v7? On Tue, May 16, 2023 at 6:21 AM Simon Thorpe wrote: > Note, I rolled back and used 6.21 of pgadmin... > > pgadmin: > container_name: pgadmin > image: dpage/pgadmin4:6.21 > depends_on: > - postgresdb > environment: >

Re: Help with running pgadmin in a docker container

2023-05-15 Thread Simon Thorpe
Note, I rolled back and used 6.21 of pgadmin... pgadmin: container_name: pgadmin image: dpage/pgadmin4:6.21 depends_on: - postgresdb environment: - PGADMIN_DEFAULT_PASSWORD=nottherealpassword - PGADMIN_DEFAULT_EMAIL=ad...@domain.com ports: - "3004:80" I sti

Re: Help me

2022-09-15 Thread Dave Page
On Thu, 15 Sept 2022 at 06:02, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Please check for the complete guide - > https://www.pgadmin.org/docs/pgadmin4/6.13/server_deployment.html#server-deployment > Or for the quick and easy instructions, follow https://www.pgadmin.or

Re: Help me

2022-09-14 Thread Aditya Toshniwal
Hi, Please check for the complete guide - https://www.pgadmin.org/docs/pgadmin4/6.13/server_deployment.html#server-deployment On Wed, Sep 14, 2022 at 9:22 PM wrote: > Hello! I am a beginner developer. I ask you for help and advice. I have an > Apache2 server on Ubuntu 22.04 operating system. P

Re: help me solve the error

2021-11-03 Thread Fahar Abbas
Hi Pravin, The issue is fixed in #6809 and will be available in the next release. Meanwhile, you can install the nightly build to see if it works for you - https://www.postgresql.org/ftp/pgadmin/pgadmin4/snapshots/2021-11-03/ If it doesn't work, then pl

Re: Help on installing pgadmin4 from rpm

2021-07-14 Thread Dave Page
On Wed, Jul 14, 2021 at 11:53 AM Prasanth M Sasidharan wrote: > That worked. Thanks Dave for the help and the guidance.Appreciate it. > Glad to hear it - you're welcome! > > On Wed, Jul 14, 2021 at 1:34 PM Dave Page wrote: > >> Hi >> >> On Wed, Jul 14, 2021 at 8:13 AM Prasanth M Sasidharan <

Re: Help on installing pgadmin4 from rpm

2021-07-14 Thread Prasanth M Sasidharan
That worked. Thanks Dave for the help and the guidance.Appreciate it. On Wed, Jul 14, 2021 at 1:34 PM Dave Page wrote: > Hi > > On Wed, Jul 14, 2021 at 8:13 AM Prasanth M Sasidharan > wrote: > >> Hello Dave, >> >> That actually worked . I did the rpm installation of python & pgadmin and >> I wa

Re: Help on installing pgadmin4 from rpm

2021-07-14 Thread Dave Page
Hi On Wed, Jul 14, 2021 at 8:13 AM Prasanth M Sasidharan wrote: > Hello Dave, > > That actually worked . I did the rpm installation of python & pgadmin and > I was able to install it successfully. > > However, I am unable to login to the pgadmin4 page due to incorrect > username and password. I

Re: Help on installing pgadmin4 from rpm

2021-07-14 Thread Prasanth M Sasidharan
Hello Dave, That actually worked . I did the rpm installation of python & pgadmin and I was able to install it successfully. However, I am unable to login to the pgadmin4 page due to incorrect username and password. I am using the same email address and password given while running the /usr/pgadm

Re: Help on installing pgadmin4 from rpm

2021-07-13 Thread Dave Page
Hi On Tue, Jul 13, 2021 at 2:56 PM Prasanth M Sasidharan wrote: > Hi Dave, > > Appreciate the reply. I downloaded the python package from > https://www.python.org/ftp/python/3.6.8/Python-3.6.8.tgz and compiled it. > > However, it's still throwing the same error . Would appreciate if you > could

Re: Help on installing pgadmin4 from rpm

2021-07-13 Thread Prasanth M Sasidharan
Hi Dave, Appreciate the reply. I downloaded the python package from https://www.python.org/ftp/python/3.6.8/Python-3.6.8.tgz and compiled it. However, it's still throwing the same error . Would appreciate if you could point me to the right direction [image: image.png] On Tue, Jul 13, 2021 at 7:

Re: Help on installing pgadmin4 from rpm

2021-07-13 Thread Dave Page
On Tue, Jul 13, 2021 at 2:13 PM Prasanth M Sasidharan wrote: > > Hello Team, > > I am trying to install pgadmin4 from rpm since my machine doesn't have > internet access to connect to the repo. > > I have manually installed python3 and have set python3 as the > default python. > > [image: image

Re: help

2021-05-19 Thread pedro emmanuel acosta rodriguez
Muchas gracias. soluciones el problema [image: Mailtrack] Remitente notificado con Mailtrack 18/05/21 1

Re: help

2021-05-18 Thread Akshay Joshi
Hi We have figured out the issue, it is because of the latest version of the 'itsdangerous' python package which was released on 12th May. We are working on fixing the issue with EDB Installers. Meanwhile, you can perform the following steps: 1. Take a backup of your 'pgadmin4.db' file which

Re: Help installing on Mac

2021-03-04 Thread Anthony DeBarros
In pgAdmin, in the Object Browser, right-click Servers, and choose Create > Server. In the dialog, type a name for your server in the General tab. On the Connection tab, in the Host name/address box, type localhost. Fill in your user name and the password you supplied when installing PostgreSQL, th

Re: help

2020-01-17 Thread Ray O'Donnell
On 17/01/2020 10:00, Kaab Rustam wrote: > What platform? > MacOS Catalina 10.15.3 Beta (19D62e) > > - How did you install PostgreSQL? > > I installed it downloading Postgres from their web, and ticked pgadmin 4 > during installation > > - Are you trying to connect from the same machine on which

Re: help

2020-01-17 Thread Ray O'Donnell
On 17/01/2020 08:14, Kaab Rustam wrote: > Dear Sir, > I am trying to install postgresql, but it gives following error, what > should I do? please help  > > "could not connect to server: Connection refused Is the server running > on host "localhost" (::1) and accepting TCP/IP connections on port 54

Re: help

2020-01-17 Thread Aditya Toshniwal
Hi Kaab, Kindly share the screenshot and steps you followed. On Fri, Jan 17, 2020 at 2:17 PM Kaab Rustam wrote: > Dear Sir, > I am trying to install postgresql, but it gives following error, what > should I do? please help > > "could not connect to server: Connection refused Is the server runni

Re: Help

2018-09-16 Thread Khushboo Vashi
Hi, You have installed and re-installed the pgAdmin 4 same version, so have you uninstalled it and then re-installed? Also, please enable logging and send the logs. Refer https://www.pgadmin.org/faq/#8 to enable logging. Thanks, Khushboo On Sun, Sep 16, 2018 at 2:30 PM, Celeste Mavoula wrote:

Re: Help with pgagent

2018-07-13 Thread Dave Page
Hi On Fri, Jul 13, 2018 at 2:50 PM, Ajlinux wrote: > Hi Dave > > Many thanks for the response, couple of other questions: > > 1) If I use a job step to call a bash script - quite rightly if the script > executes and completes it shows with Status of S. If I change the script > exit code on an e

Re: Help with pgagent

2018-07-13 Thread Ajlinux
Hi Dave Many thanks for the response, couple of other questions: 1) If I use a job step to call a bash script - quite rightly if the script executes and completes it shows with Status of S. If I change the script exit code on an error - can I trigger a separate status to be recorded? 2) if we

Re: Help with pgagent

2018-07-13 Thread Dave Page
On Fri, Jul 13, 2018 at 11:23 AM, Ajlinux wrote: > Hi > > I was wondering if anyone can help. I am running a Postgresql 9.4 server > on Ubuntu 14.04 and having issues with pageant jobs saying that they are > running but the jobs are not doing anything. This is not every job and it > appears tha