Flavius-I
Flavius-I
> Use this one . it works. > > > ``` > > implementation 'com.github.mhiew:android-pdf-viewer:3.2.0-beta.1' > > ``` I get these build errors with the above library: Execution failed for...
I solved it by using this fork version, thanks: implementation 'com.github.mhiew:android-pdf-viewer:3.2.0-beta.3'
Yeah, most probably
Your command strangely succeeds and the subsequent command claims to have started the database, see below. However, I am stillnot able to connect to server in pgAdmin, nor do I...
OK, I have an explanation. On the previous test I forgot to run CMD as administrator, so the initdb command was executed with normal privileges, that's why it succeeded. Here...
And here is the complete initdb command from the log, as you were mentioning: `initdb command = & "C:\Program Files\PostgreSQL\17\\bin\\initdb.exe" --pgdata="C:\Program Files\PostgreSQL\17\data" --username="postgres" --encoding=UTF8 --locale="en-US" --pwfile="C:\Users\ethfbi\AppData\Local\Temp\postgresql_installer_f0b462896a\pkd0d0nh.tmp" --auth=scram-sha-256`
Understood. Any chance you could make me an installer snapshot that would exit before the initdb command so I could run it manually as non-administrator (this works for me as...
So I managed to run your suggestion 2 successfully, with a couple of remarks: C:\>postgresql-17.4-1-windows-x64.exe --extract-only 0 The option above also requires a number and the help does not explain...