Hi David,
I do not own a M1 macBook but I read on discord that people are
successfully using it.
You might to take a look at :
https://thepharo.dev/2021/02/16/first-apple-m1-pharo-version/
I think that you can download the last version here (instead ot the one
given in the link above) :
http://fi
Yes, I am on Windows 10.
Thanks!
Bernhard
> Am 18.05.2021 um 22:23 schrieb Sven Van Caekenberghe :
>
>
> Hi,
>
> Since you can connect to 3 of the 4 machines, both over plain and tls, it
> basically works.
>
> You will have to find out what is different in the host configurations of the
> serv
Hi,
Since you can connect to 3 of the 4 machines, both over plain and tls, it
basically works.
You will have to find out what is different in the host configurations of the
servers.
It could be a certificate issue like you suggest, I don't know.
I am guessing you are on Windows ?
Tomorrow I
Hi Sven,
The explicit form does not work either. All the fields contain safe characters.
However, I just found out that I can connect to three other hosts. All four
hosts should have the same settings (databases and users), and just one of them
does not work. So there must be a difference in th
(CC-ing the list)
Hmm, that should just work.
Are there any special characters in the username, password or host (non-ascii,
URL unsafe characters) ?
You could try the explicit init form
P3Client new host: 'host'; user: 'user'; password: 'password'; database:
'database'; yourself.
> On 18 M
Hi Bernard,
> On 18 May 2021, at 18:40, Bernhard Pieber wrote:
>
> Hi,
>
> I have a PostgreSQL database on a remote host which I want to access using
> P3. I do have a username and a password and can connect via SQuirreL and
> DBeaver. Both use a JDBC driver. However, when I try to access it
Hi,
I have a PostgreSQL database on a remote host which I want to access using P3.
I do have a username and a password and can connect via SQuirreL and DBeaver.
Both use a JDBC driver. However, when I try to access it via Pharo and P3 I get
the infamous "no pg_hba.conf entry for host “ error. T
Hi there. I am currently using v8.0 on a new M1 MacBookAir. When I save the
image I keep getting a message telling me that my VM is too old and to download
a new one. I have looked in my Pharo Launcher but there is no new one there.
What do I do please?
David