Re: [pgadmin-support] pgadmin server-status does not display

2016-11-14 Thread Walter Nordmann

Hi dave

That's basically what I get as well. Note that the file you're having
issues with is ui_ConfigWindow.h which is actually auto-generated. In
the Makefile that's created by qmake, I have the following to create
that. What do you get?

ui_ConfigWindow.h: ConfigWindow.ui
 /usr/lib/x86_64-linux-gnu/qt5/bin/uic ConfigWindow.ui -o
ui_ConfigWindow.h

i got the same:

ui_ConfigWindow.h: ConfigWindow.ui
/usr/lib/x86_64-linux-gnu/qt5/bin/uic ConfigWindow.ui -o 
ui_ConfigWindow.h


and of this:

/
** Form generated from reading UI file 'ConfigWindow.ui'
**
** Created by: Qt User Interface Compiler version 4.8.7
**
** WARNING! All changes made in this file will be lost when recompiling 
UI file!

/

#ifndef UI_CONFIGWINDOW_H
#define UI_CONFIGWINDOW_H

#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
.

STRANGE: looks like 4.8.7 and not 5.6 !!  using the wrong compiler? 
4.8.7 plus 5.6 are installed.


i think i should deinstall 4.8.7-dev, ok?

btw: in 4.8 QtGui/QAction does exist.

Regards
walter



--
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support


[pgadmin-support] WAL restoration is not happening completely

2016-11-14 Thread rajan
Hi,

In postgresql.conf file we have set the following configuration,
wal_level=hot_standby
archive_mode=on
archive_command='test ! -f /archives/%f && cp %p /archives/%f'
max_wal_senders=1
wal_keep_segments=128

and took a base backup using the command, pg_basebackup --xlog --format=t -D
/backups/`date +%Y%m%d`

This base backup and WAL files from the '/archives' dir are moved to another
machine in which the base.rar is extracted into $PGDATA folder and WAL
files(9 files) are copied to '/archives' folder.

recovery.conf is created under the $PGDATA folder with the command
"restore_command = 'cp /archives/%f %p'" and then the postgres db service is
started.

*The restored database has changes which were done today and missing data
from changes did a couple of days before.*

Note: Can anybody suggest a way to verify/test the incremental backup?



-
--
Thanks,
Rajan.
--
View this message in context: 
http://postgresql.nabble.com/WAL-restoration-is-not-happening-completely-tp5930199.html
Sent from the PostgreSQL - pgadmin support mailing list archive at Nabble.com.


-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support


[pgadmin-support] pgadmin4 > apt.postgresql.org ?

2016-11-14 Thread Wim Bertels
Hallo,

i would be nice to have pgadmin4 in debian repo of postgresql.

mvg,
Wim


-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support


Re: [pgadmin-support] pgadmin server-status does not display

2016-11-14 Thread Dave Page
On Sat, Nov 12, 2016 at 9:28 AM, Walter Nordmann  wrote:
>
>> Hmm, I'm not an Ubuntu user, but I grabbed a copy and gave it a try
>> and found I needed to install the following:
>>
>> qt5-default
>> python-dev
>> libqt5webkit5-dev
>
> That's what i had to install too. Before the make.
>>
>> That was enough to build the runtime - of course, there's more to do
>> to get the Python side going, but the README should help with that.
>
> don't think, that's a python problem.
>
> i can't find any package for qt5 with QtGui/QAction. Only QtWidgets/QAction
>
> see
>
> #apt-file search QAction
> libqt4-dev: /usr/include/qt4/QtGui/QAction
> libqt4-dev: /usr/include/qt4/QtGui/QActionEvent
> libqt4-dev: /usr/include/qt4/QtGui/QActionGroup
> libqt53drender5-gles: /usr/include/x86_64-linux-gnu/qt5/Qt3DInput/QAction
> libqt53drender5-gles:
> /usr/include/x86_64-linux-gnu/qt5/Qt3DInput/QActionInput
> libunity-scopes-qt-dev:
> /usr/include/unity-scopes-qt-0.2/unity/scopes/qt/QActionMetadata.h
> qt3d5-dev: /usr/include/x86_64-linux-gnu/qt5/Qt3DInput/QAction
> qt3d5-dev: /usr/include/x86_64-linux-gnu/qt5/Qt3DInput/QActionInput
> qtbase5-dev: /usr/include/x86_64-linux-gnu/qt5/QtGui/QActionEvent
> qtbase5-dev: /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QAction
> qtbase5-dev: /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QActionGroup
> qtbase5-gles-dev: /usr/include/x86_64-linux-gnu/qt5/QtGui/QActionEvent
> qtbase5-gles-dev: /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QAction
> qtbase5-gles-dev: /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QActionGroup
> #

That's basically what I get as well. Note that the file you're having
issues with is ui_ConfigWindow.h which is actually auto-generated. In
the Makefile that's created by qmake, I have the following to create
that. What do you get?

ui_ConfigWindow.h: ConfigWindow.ui
/usr/lib/x86_64-linux-gnu/qt5/bin/uic ConfigWindow.ui -o
ui_ConfigWindow.h

> i'll wait until somebody created a package for ubuntu 16.10 yaketti :(

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

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


-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support


Re: [pgadmin-support] pgadmin III and future support

2016-11-14 Thread Dave Page
On Fri, Nov 11, 2016 at 6:32 PM, Дмитрий Воронин
 wrote:
>
> I wanted to ask the consent of the community in the development of 
> independent pgadmin III.
> Some days ago, it was idea to create one place for patches for pgadmin 3, but 
> I didn't see any
> answers about it.

You are free to fork the project per the terms of the licence, but we
won't support it through these channels as we're focussed on continued
development and improvement of pgAdmin 4 now.

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

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


-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support


Re: [pgadmin-support] pgadmin III and future support

2016-11-14 Thread Johann Spies
On Fri, Nov 11, 2016 at 09:32:17PM +0300, Дмитрий Воронин wrote:
> Hello, Dave and pgadmin team!
> 
> I would like to present my fork of pgadmin3. 

Thanks for this Dimitry!

Much needed.

Regards
Johann

-- 
Johann SpiesTelefoon: 021-808 4699
Databestuurder /  Data manager  Faks: 021-883 3691

Sentrum vir Navorsing oor Evaluasie, Wetenskap en Tegnologie
Centre for Research on Evaluation, Science and Technology 
Universiteit Stellenbosch.

The integrity and confidentiality of this email is governed by these terms / 
Hierdie terme bepaal die integriteit en vertroulikheid van hierdie epos. 
http://www.sun.ac.za/emaildisclaimer


-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support