Re: Issue using Python to import a server

2024-01-29 Thread Yogesh Mahajan
Hi Arne, You are correct. You have to use setup.py located inside the app directory. You may use other python venv but suggested would be the venv created inside the app directory. And yes this is CLI way to import/export the servers in addition to functionality provided in the UI. Thanks,

Issue using Python to import a server

2024-01-29 Thread Arne BrĂ¼cher
Hello everybody, I'm trying to import a server using the CLI/Python using the following docs: https://www.pgadmin.org/docs/pgadmin4/development/import_export_servers.html#importing-servers Unfortunately I don't get which path to Python and setup.py is meant. Do I have to activate the virtual