From: | Edson Richter <edsonrichter(at)hotmail(dot)com> |
---|---|
To: | "Pgadmin-Support(at)Postgresql(dot) Org" <pgadmin-support(at)postgresql(dot)org> |
Subject: | PgAdmin 7.0 Import/Export servers function |
Date: | 2023-04-23 16:48:54 |
Message-ID: | CPVP215MB18235D3D49E3C6608220FF94CF669@CPVP215MB1823.LAMP215.PROD.OUTLOOK.COM |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
Pgadmin 7.0 running on Docker/Linux.
- What I’m doing: migrating from one (old) username to anoter (new) username.
- Both users have the role “Admin”.
- I can login both users, so there are no permissions or access issues.
Steps done:
1. Login with old username, and exported all servers in a file called “servers-richter.json”
2. Copied file from “storage/old-username” to “storage/new-username” (I’ve used the old lazy way, via docker exec -ti ... /bin/sh)
3. Logout from old username, and login as new username
4. Open the “import servers” window, and the file appears there
5. I select the file, and click next: error “Access denied (/servers-richter.json)”
Permissions are set:
“-rw-r--r-- 1 pgadmin root 58637 Apr 23 16:21 servers-richter.json”
In log, I see the following line of error:
“::ffff:192.168.0.30 - - [23/Apr/2023:16:37:14 +0000] "POST /import_export_servers/load_servers HTTP/1.1" 401 100 "https://192.168.0.251:15000/browser/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
Could you help me to import the servers file?
This is the error window:
[cid:image002(dot)png(at)01D975EA(dot)572FAE80]
Thanks,
ER
Enviado do Email<https://go.microsoft.com/fwlink/?LinkId=550986> para Windows
From | Date | Subject | |
---|---|---|---|
Next Message | Edson Richter | 2023-04-23 16:59:06 | RES: PgAdmin 7.0 Import/Export servers function |
Previous Message | Anitha P | 2023-04-21 06:53:14 | Re: pg_ldap_sync questions |