Thread: pgadmin 4 (v6.0) Blank page for MacOS

pgadmin 4 (v6.0) Blank page for MacOS

From
Lynne Hurwitz
Date:
image.png
Hi, as you can see, when opening the app I see a blank page...
Seems like there's nothing I can do about it.
I tried to reset my computer, to reinstall pgadmin4, reinstall an older version, nothing helped. 
Please assist. 

Thanks,
--

Lynne Hurwitz / R&D

lynne.hurwitz@aidoc.com / +972-54-2004638

Aidoc LTD. 
www.aidoc.com

LinkedIn 

Attachment

Re: pgadmin 4 (v6.0) Blank page for MacOS

From
Rahul Shirsat
Date:
Lynne,

Could you please try below steps to get your application started:
  1. Take a backup of your 'pgadmin4.db' file which is present at the ~/.pgadmin folder.
  2. Delete 'pgadmin4.db' file.
  3. Relaunch 'pgAdmin4 v6' again.
Let us know if this works for you.

On Thu, Oct 14, 2021 at 8:56 PM Lynne Hurwitz <lynne.hurwitz@aidoc.com> wrote:
image.png
Hi, as you can see, when opening the app I see a blank page...
Seems like there's nothing I can do about it.
I tried to reset my computer, to reinstall pgadmin4, reinstall an older version, nothing helped. 
Please assist. 

Thanks,
--

Lynne Hurwitz / R&D

lynne.hurwitz@aidoc.com / +972-54-2004638

Aidoc LTD. 
www.aidoc.com

LinkedIn 



--
Rahul Shirsat
Senior Software Engineer | EnterpriseDB Corporation.
Attachment

Re: pgadmin 4 (v6.0) Blank page for MacOS

From
Lynne Hurwitz
Date:
Thanks, it worked. 
Is there a way to restore my old connection details?

Best regards,
Lynne

On Thu, Oct 14, 2021 at 8:38 PM Rahul Shirsat <rahul.shirsat@enterprisedb.com> wrote:
Lynne,

Could you please try below steps to get your application started:
  1. Take a backup of your 'pgadmin4.db' file which is present at the ~/.pgadmin folder.
  2. Delete 'pgadmin4.db' file.
  3. Relaunch 'pgAdmin4 v6' again.
Let us know if this works for you.

On Thu, Oct 14, 2021 at 8:56 PM Lynne Hurwitz <lynne.hurwitz@aidoc.com> wrote:
image.png
Hi, as you can see, when opening the app I see a blank page...
Seems like there's nothing I can do about it.
I tried to reset my computer, to reinstall pgadmin4, reinstall an older version, nothing helped. 
Please assist. 

Thanks,
--

Lynne Hurwitz / R&D

lynne.hurwitz@aidoc.com / +972-54-2004638

Aidoc LTD. 
www.aidoc.com

LinkedIn 



--
Rahul Shirsat
Senior Software Engineer | EnterpriseDB Corporation.


--

Lynne Hurwitz / R&D

lynne.hurwitz@aidoc.com / +972-54-2004638

Aidoc LTD. 
www.aidoc.com

LinkedIn 

Attachment

Re: pgadmin 4 (v6.0) Blank page for MacOS

From
Rahul Shirsat
Date:
Lynne,

Thanks a lot for letting us know that it worked for you.


For e.g. Importing of existing servers by setting python home & python path as given below:

PYTHONHOME=/Applications/pgAdmin\ 4.app/Contents/Frameworks/Python.framework/Versions/Current/bin PYTHONPATH=/Applications/pgAdmin\ 4.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.9/:/Applications/pgAdmin\ 4.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.9/site-packages/:/Applications/pgAdmin\ 4.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.9/lib-dynload/ /Applications/pgAdmin\ 4.app/Contents/Frameworks/Python.framework/Versions/Current/bin/python3 /Applications/pgAdmin\ 4.app/Contents/Resources/web/setup.py --load-servers ~/Downloads/output_file.json --sqlite-path ~/<your_old_pgadmindb_path>/pgadmin4.db

On Fri, Oct 15, 2021 at 12:48 PM Lynne Hurwitz <lynne.hurwitz@aidoc.com> wrote:
Thanks, it worked. 
Is there a way to restore my old connection details?

Best regards,
Lynne

On Thu, Oct 14, 2021 at 8:38 PM Rahul Shirsat <rahul.shirsat@enterprisedb.com> wrote:
Lynne,

Could you please try below steps to get your application started:
  1. Take a backup of your 'pgadmin4.db' file which is present at the ~/.pgadmin folder.
  2. Delete 'pgadmin4.db' file.
  3. Relaunch 'pgAdmin4 v6' again.
Let us know if this works for you.

On Thu, Oct 14, 2021 at 8:56 PM Lynne Hurwitz <lynne.hurwitz@aidoc.com> wrote:
image.png
Hi, as you can see, when opening the app I see a blank page...
Seems like there's nothing I can do about it.
I tried to reset my computer, to reinstall pgadmin4, reinstall an older version, nothing helped. 
Please assist. 

Thanks,
--

Lynne Hurwitz / R&D

lynne.hurwitz@aidoc.com / +972-54-2004638

Aidoc LTD. 
www.aidoc.com

LinkedIn 



--
Rahul Shirsat
Senior Software Engineer | EnterpriseDB Corporation.


--

Lynne Hurwitz / R&D

lynne.hurwitz@aidoc.com / +972-54-2004638

Aidoc LTD. 
www.aidoc.com

LinkedIn 



--
Rahul Shirsat
Senior Software Engineer | EnterpriseDB Corporation.
Attachment

Re: pgadmin 4 (v6.0) Blank page for MacOS

From
Rahul Shirsat
Date:
Lynne,

Just to be more clear,

First Export the existing servers from your old pgAdmin4.db by using

Then go ahead with importing it in your new pgAdmin4.db as given in the above mail trace.

On Fri, Oct 15, 2021 at 1:28 PM Rahul Shirsat <rahul.shirsat@enterprisedb.com> wrote:
Lynne,

Thanks a lot for letting us know that it worked for you.


For e.g. Importing of existing servers by setting python home & python path as given below:

PYTHONHOME=/Applications/pgAdmin\ 4.app/Contents/Frameworks/Python.framework/Versions/Current/bin PYTHONPATH=/Applications/pgAdmin\ 4.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.9/:/Applications/pgAdmin\ 4.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.9/site-packages/:/Applications/pgAdmin\ 4.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.9/lib-dynload/ /Applications/pgAdmin\ 4.app/Contents/Frameworks/Python.framework/Versions/Current/bin/python3 /Applications/pgAdmin\ 4.app/Contents/Resources/web/setup.py --load-servers ~/Downloads/output_file.json --sqlite-path ~/<your_old_pgadmindb_path>/pgadmin4.db

On Fri, Oct 15, 2021 at 12:48 PM Lynne Hurwitz <lynne.hurwitz@aidoc.com> wrote:
Thanks, it worked. 
Is there a way to restore my old connection details?

Best regards,
Lynne

On Thu, Oct 14, 2021 at 8:38 PM Rahul Shirsat <rahul.shirsat@enterprisedb.com> wrote:
Lynne,

Could you please try below steps to get your application started:
  1. Take a backup of your 'pgadmin4.db' file which is present at the ~/.pgadmin folder.
  2. Delete 'pgadmin4.db' file.
  3. Relaunch 'pgAdmin4 v6' again.
Let us know if this works for you.

On Thu, Oct 14, 2021 at 8:56 PM Lynne Hurwitz <lynne.hurwitz@aidoc.com> wrote:
image.png
Hi, as you can see, when opening the app I see a blank page...
Seems like there's nothing I can do about it.
I tried to reset my computer, to reinstall pgadmin4, reinstall an older version, nothing helped. 
Please assist. 

Thanks,
--

Lynne Hurwitz / R&D

lynne.hurwitz@aidoc.com / +972-54-2004638

Aidoc LTD. 
www.aidoc.com

LinkedIn 



--
Rahul Shirsat
Senior Software Engineer | EnterpriseDB Corporation.


--

Lynne Hurwitz / R&D

lynne.hurwitz@aidoc.com / +972-54-2004638

Aidoc LTD. 
www.aidoc.com

LinkedIn 



--
Rahul Shirsat
Senior Software Engineer | EnterpriseDB Corporation.


--
Rahul Shirsat
Senior Software Engineer | EnterpriseDB Corporation.
Attachment