Re: Little help with the server export function

From: Holger Jakobs <holger(at)jakobs(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Little help with the server export function
Date: 2021-01-31 19:10:39
Message-ID: 5cad8aa8-7929-1262-0ec7-c83e1f638c6d@jakobs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


Am 31.01.21 um 17:48 schrieb Ted Gulesserian:
> Consulted these links:
>
> https://www.pgadmin.org/docs/pgadmin4/latest/import_export_servers.html#importing-servers
> <https://www.pgadmin.org/docs/pgadmin4/latest/import_export_servers.html#importing-servers>
>
> https://stackoverflow.com/questions/47718815/import-server-list-between-pgadmin-4
> <https://stackoverflow.com/questions/47718815/import-server-list-between-pgadmin-4>
>
> https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/
> <https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/>
>
> And tried variations of it, but I can't seem to get it to work.
>
> For example the cygwin bash script provided below results in the
> following error.
>
> ----------
> Dumping servers with:
> User: pgadmin4(at)pgadmin(dot)org <mailto:pgadmin4(at)pgadmin(dot)org>
> SQLite pgAdmin config: pgadmin4.db
> ----------
> Specified SQLite database file is not valid.
>
> I tried using the venv but looks like a version of Python installed by
> Windows 10 is taking precedence even when I issues
> ./Script/activate.bat in the pgadmin venv folder.
>
> Any help will be much appreciated.
>
> Thanks,
> Ted
>
> export DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1
> && pwd )"
> echo Sctipt located in $DIR
> export winhome=$(cmd.exe /C echo c:%HOMEPATH%)
> export winhome=${winhome::-1}
> export pgAdminHome=$winhome\\AppData\\Roaming\\pgAdmin
> export cygPgAdminHome=$(cygpath ${pgAdminHome})
> export setupPath=$(cygpath -w "/cygdrive/c/Program Files/pgAdmin
> 4/v4/web/setup.py")
> echo $cygPgAdminHome
> cd $cygPgAdminHome
> installcommand="cmd /r pip install flask flask_babelex flask_login
> flask_mail flask_paranoid flask_security email_validator
> flask_sqlalchemy flask_migrate simplejson"
> echo $installcommand
> eval $installcommand
> pycommand="cmd /r python '$setupPath' --sqlite-path 'pgadmin4.db'
> --dump-servers pgadmin_bookmarks.json"
> echo $pycommand
> eval $pycommand
> cp pgadmin_bookmarks.json $DIR/pgadmin_bookmarks.json

None of these questions are related to this mailing list about
postgresql server.

Better try on a pgadmin4 mailing list.

--
Holger Jakobs, Bergisch Gladbach, Tel. +49-178-9759012

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message dbatoCloud Solution 2021-02-01 13:19:21 could not write to log file: No space left on device -> AWS RDS Aurora postgreql DB
Previous Message Ted Gulesserian 2021-01-31 16:48:35 Little help with the server export function