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,
Yoges
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 env