Обсуждение: pgAdmin 4 v1.0 Beta 1 Released

Поиск
Список
Период
Сортировка

pgAdmin 4 v1.0 Beta 1 Released

От
Dave Page
Дата:
I'm pleased to announce that the release of pgAdmin 4 v1.0 Beta 1 for
testing. You can find more details on the website:

Announcement: https://www.pgadmin.org/

Documentation: https://www.pgadmin.org/docs4/dev/index.html

Downloads: https://www.pgadmin.org/download/

Bug tracker: https://redmine.postgresql.org/projects/pgadmin4/issues
(requires a PostgreSQL community login)

pgAdmin 4 is a complete rewrite of pgAdmin, written in
Python/Javascript, and deployable as a desktop or web application.
There's a much more modern look and feel, improved UI and workflows,
and more flexibility and reliability than pgAdmin 3. There are a
number of screenshots on the website announcement to give an idea of
what it looks like.

Please download, test, and report any (non-duplicate - see the tracker
above) issues so we can get ready for the final release with
PostgreSQL 9.6. The beta 2 release will coincide with PostgreSQL 9.6
beta 2 and will stay in sync from there on.

Builds are available for Windows and Mac which include the desktop
runtime, an early PIP wheel which just includes the web code, and a
source tarball. RPM and DEB packages are still in development. For
bleeding edge code, please see the GIT repository at:

https://git.postgresql.org/gitweb/?p=pgadmin4.git;a=summary

Finally, I must thank everyone involved in getting us this far - it's
taken a team of more than 15 people at EDB something like 10,000 hours
of effort in total, plus those contributors from the community who
weren't held to strict project plans but did play a vital role
regardless! For more info on the team and features, please see my blog
post at http://pgsnake.blogspot.co.uk/2016/04/pgadmin-4-elephant-nears-finish-line.html

Thanks, Dave

-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



Re: pgAdmin 4 v1.0 Beta 1 Released

От
Michal Kozusznik
Дата:
Thank you. I'm going to test it.
Please note, download link on https://www.pgadmin.org/download/ page
points to pgadmin3/release/ subtree.
pgadmin4 is located under pgadmin3/pgadmin4/ which might be confusing

with regards
MK

On 10.6.2016 16:48, Dave Page wrote:
> I'm pleased to announce that the release of pgAdmin 4 v1.0 Beta 1 for
> testing. You can find more details on the website:
>
> Announcement: https://www.pgadmin.org/
>
> Documentation: https://www.pgadmin.org/docs4/dev/index.html
>
> Downloads: https://www.pgadmin.org/download/
>
> Bug tracker: https://redmine.postgresql.org/projects/pgadmin4/issues
> (requires a PostgreSQL community login)
>
> pgAdmin 4 is a complete rewrite of pgAdmin, written in
> Python/Javascript, and deployable as a desktop or web application.
> There's a much more modern look and feel, improved UI and workflows,
> and more flexibility and reliability than pgAdmin 3. There are a
> number of screenshots on the website announcement to give an idea of
> what it looks like.
>
> Please download, test, and report any (non-duplicate - see the tracker
> above) issues so we can get ready for the final release with
> PostgreSQL 9.6. The beta 2 release will coincide with PostgreSQL 9.6
> beta 2 and will stay in sync from there on.
>
> Builds are available for Windows and Mac which include the desktop
> runtime, an early PIP wheel which just includes the web code, and a
> source tarball. RPM and DEB packages are still in development. For
> bleeding edge code, please see the GIT repository at:
>
> https://git.postgresql.org/gitweb/?p=pgadmin4.git;a=summary
>
> Finally, I must thank everyone involved in getting us this far - it's
> taken a team of more than 15 people at EDB something like 10,000 hours
> of effort in total, plus those contributors from the community who
> weren't held to strict project plans but did play a vital role
> regardless! For more info on the team and features, please see my blog
> post at http://pgsnake.blogspot.co.uk/2016/04/pgadmin-4-elephant-nears-finish-line.html
>
> Thanks, Dave
>


Вложения

Re: pgAdmin 4 v1.0 Beta 1 Released

От
Michal Kozusznik
Дата:
The first question:
Is there any way to import db connections from pgadmin3? I have dosens...

BTW Installer (under Win7)  suggests inappropriate path while changing
installation path to another location than default. In my case, after
selecting D:\_programs, installer did suggest:
D:\_programs\v1

with regards



On 10.6.2016 16:48, Dave Page wrote:
> I'm pleased to announce that the release of pgAdmin 4 v1.0 Beta 1 for
> testing. You can find more details on the website:
>
> Announcement: https://www.pgadmin.org/
>
> Documentation: https://www.pgadmin.org/docs4/dev/index.html
>
> Downloads: https://www.pgadmin.org/download/
>
> Bug tracker: https://redmine.postgresql.org/projects/pgadmin4/issues
> (requires a PostgreSQL community login)
>
> pgAdmin 4 is a complete rewrite of pgAdmin, written in
> Python/Javascript, and deployable as a desktop or web application.
> There's a much more modern look and feel, improved UI and workflows,
> and more flexibility and reliability than pgAdmin 3. There are a
> number of screenshots on the website announcement to give an idea of
> what it looks like.
>
> Please download, test, and report any (non-duplicate - see the tracker
> above) issues so we can get ready for the final release with
> PostgreSQL 9.6. The beta 2 release will coincide with PostgreSQL 9.6
> beta 2 and will stay in sync from there on.
>
> Builds are available for Windows and Mac which include the desktop
> runtime, an early PIP wheel which just includes the web code, and a
> source tarball. RPM and DEB packages are still in development. For
> bleeding edge code, please see the GIT repository at:
>
> https://git.postgresql.org/gitweb/?p=pgadmin4.git;a=summary
>
> Finally, I must thank everyone involved in getting us this far - it's
> taken a team of more than 15 people at EDB something like 10,000 hours
> of effort in total, plus those contributors from the community who
> weren't held to strict project plans but did play a vital role
> regardless! For more info on the team and features, please see my blog
> post at http://pgsnake.blogspot.co.uk/2016/04/pgadmin-4-elephant-nears-finish-line.html
>
> Thanks, Dave
>


Вложения

Re: pgAdmin 4 v1.0 Beta 1 Released

От
Dave Page
Дата:
On Fri, Jun 10, 2016 at 3:56 PM, Michal Kozusznik
<kozusznik.michal@ifortuna.cz> wrote:
> Thank you. I'm going to test it.
> Please note, download link on https://www.pgadmin.org/download/ page points
> to pgadmin3/release/ subtree.
> pgadmin4 is located under pgadmin3/pgadmin4/ which might be confusing

Thanks, I've pushed a change to move the link up one level. It's still
/pgadmin3/, but I can't change that due to a bug in the PostgreSQL
website code that we're currently discussing a fix for.

-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



Re: pgAdmin 4 v1.0 Beta 1 Released

От
Dave Page
Дата:
On Fri, Jun 10, 2016 at 4:13 PM, Michal Kozusznik
<kozusznik.michal@ifortuna.cz> wrote:
> The first question:
> Is there any way to import db connections from pgadmin3? I have dosens...

Sorry, no. It should be possible to write a script to do it - You'd
need to pull the old definitions from the windows registry, and then
insert them into the pgadmin4.db file, which is a SQLite database.
This isn't on our roadmap at the moment though I'm afraid.

> BTW Installer (under Win7)  suggests inappropriate path while changing
> installation path to another location than default. In my case, after
> selecting D:\_programs, installer did suggest:
> D:\_programs\v1

That's arguably intentional - we want to ensure you can have
side-by-side installations of different versions.

-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



Re: pgAdmin 4 v1.0 Beta 1 Released

От
Michal Kozusznik
Дата:
On 10.6.2016 17:45, Dave Page wrote:
>
>> BTW Installer (under Win7)  suggests inappropriate path while changing
>> installation path to another location than default. In my case, after
>> selecting D:\_programs, installer did suggest:
>> D:\_programs\v1
> That's arguably intentional - we want to ensure you can have
> side-by-side installations of different versions.
Yes, I suspect that. Then it should suggest:

D:\_programs\pgAdmin4\v1

MK


Вложения