View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Supportez nous sur Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - First install, sticked on the initial configuration page - ProjeQtOr

Prochaines Sessions

Les prochaines formations et démonstrations sont ouvertes, inscrivez-vous rapidement !

 

Démonstration de ProjeQtOr

(gratuit, sur inscription)
 

13 mai 2025 (10h30-12h)

5 juin 2025 (16h-17h30)

 
 

Planifiez avec ProjeQtOr

14 et 15 mai 2025 (9h-12h30)

18 et 19 juin 2025 (9h-12h30)

 
 

Administrez avec ProjeQtOr

20 et 21 mai (9h-12h30)

25 et 26 juin (9h-12h30)

 

 

 

First install, sticked on the initial configuration page

More
03 Jan 2022 09:10 #1 by lalebarde
Hi,

This is my first install of ProjeQtOr. I have chosed to install it under docker. I have reached the initial configuration page, but when I press the OK button, nothing happens. I have no spinner (cf this post ), but javascript is enabled. I use Firefox 78.14.0esr.

Here is my setup process:
docker run --name postgres -d \ -e 'POSTGRES_USER=alba' \ -e 'POSTGRES_PASSWORD=mypassword' \ postgres docker run -d --link postgres:database -p 80:80 --name projeqtor troptop/projeqtor docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES fd5f7833098b troptop/projeqtor "apache2-foreground" 26 minutes ago Up 26 minutes 0.0.0.0:80->80/tcp, :::80->80/tcp projeqtor 1c267f2375cf postgres "docker-entrypoint.s…" 32 minutes ago Up 32 minutes 5432/tcp postgres
When I list the databases in the container, the projeqtor database I expect to find is not here, so I assume it has not been created:
docker exec -it postgres sh psql -U alba alba=# \l+ List of databases Name | Owner | Encoding | Collate | Ctype | Access privileges | Size | Tablespace | Description -----------+-------+----------+------------+------------+-------------------+---------+------------+-------------------------------------------- alba | alba | UTF8 | en_US.utf8 | en_US.utf8 | | 8553 kB | pg_default | postgres | alba | UTF8 | en_US.utf8 | en_US.utf8 | | 8553 kB | pg_default | default administrative connection database template0 | alba | UTF8 | en_US.utf8 | en_US.utf8 | =c/alba +| 8401 kB | pg_default | unmodifiable empty database | | | | | alba=CTc/alba | | | template1 | alba | UTF8 | en_US.utf8 | en_US.utf8 | =c/alba +| 8401 kB | pg_default | default template for new databases | | | | | alba=CTc/alba | | |
And the logs:
docker logs projeqtor AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.3. Set the 'ServerName' directive globally to suppress this message AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.3. Set the 'ServerName' directive globally to suppress this message [Sun Jan 02 16:55:08.119061 2022] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations [Sun Jan 02 16:55:08.119122 2022] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND' 172.17.0.1 - - [02/Jan/2022:16:55:50 +0000] "GET / HTTP/1.1" 200 1188 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:50 +0000] "GET /view/css/projeqtor.css HTTP/1.1" 200 14539 "http://localhost/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:50 +0000] "GET /view/img/titleSmall.png HTTP/1.1" 200 6792 "http://localhost/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:50 +0000] "GET /external/dojo/resources/dojo.css HTTP/1.1" 200 981 "http://localhost/view/css/projeqtor.css" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:50 +0000] "GET /view/css/FileInput.css HTTP/1.1" 200 1369 "http://localhost/view/css/projeqtor.css" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:50 +0000] "GET /external/dijit/icons/commonIcons.css HTTP/1.1" 200 1254 "http://localhost/view/css/projeqtor.css" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:50 +0000] "GET /external/dijit/themes/dijit.css HTTP/1.1" 200 7104 "http://localhost/view/css/projeqtor.css" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:50 +0000] "GET /view/css/projeqtorIcons.css HTTP/1.1" 200 4765 "http://localhost/view/css/projeqtor.css" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:50 +0000] "GET /view/css/common.css HTTP/1.1" 200 12849 "http://localhost/view/css/projeqtor.css" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:50 +0000] "GET /view/css/images/spinner10.gif HTTP/1.1" 200 3574 "http://localhost/view/css/projeqtor.css" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:50 +0000] "GET /view/img/logo.ico HTTP/1.1" 200 4587 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:50 +0000] "POST /view/main.php HTTP/1.1" 200 6803 "http://localhost/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:50 +0000] "GET /view/js/projeqtor.js?version=V5.1.5.0127 HTTP/1.1" 200 24139 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:50 +0000] "GET /view/js/projeqtorDialog.js?version=V5.1.5.0127 HTTP/1.1" 200 31397 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:50 +0000] "GET /external/dojo/dojo.js?version=V5.1.5.0127 HTTP/1.1" 200 48755 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:50 +0000] "GET /external/dojo/projeqtorDojo.js HTTP/1.1" 200 212184 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:50 +0000] "GET /external/dojo/selector/acme.js HTTP/1.1" 200 5049 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dojo/parser.js HTTP/1.1" 200 4284 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dojo/nls/projeqtorDojo_ROOT.js HTTP/1.1" 200 4475 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dijit/form/nls/fr/validate.js HTTP/1.1" 200 521 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dijit/_editor/nls/fr/commands.js HTTP/1.1" 200 1147 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dojo/cldr/nls/fr/gregorian.js HTTP/1.1" 200 1794 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dijit/nls/fr/loading.js HTTP/1.1" 200 466 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dojo/nls/fr/colors.js HTTP/1.1" 200 1584 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dojo/cldr/nls/fr/number.js HTTP/1.1" 200 624 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dijit/_editor/nls/fr/FontChoice.js HTTP/1.1" 200 639 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dojox/form/nls/fr/PasswordValidator.js HTTP/1.1" 200 493 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dojox/form/nls/fr/Uploader.js HTTP/1.1" 200 456 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dijit/form/nls/fr/ComboBox.js HTTP/1.1" 200 475 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dijit/nls/fr/common.js HTTP/1.1" 200 477 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dojo/resources/blank.gif HTTP/1.1" 200 325 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dijit/_base.js HTTP/1.1" 200 509 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dijit/WidgetSet.js HTTP/1.1" 200 1009 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dijit/_base/focus.js HTTP/1.1" 200 1136 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dijit/_base/place.js HTTP/1.1" 200 844 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dijit/_base/popup.js HTTP/1.1" 200 746 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dijit/_base/scroll.js HTTP/1.1" 200 481 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dijit/_base/sniff.js HTTP/1.1" 200 361 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dijit/_base/typematic.js HTTP/1.1" 200 430 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dijit/_base/wai.js HTTP/1.1" 200 789 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dijit/_base/window.js HTTP/1.1" 200 482 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dijit/TooltipDialog.js HTTP/1.1" 200 1580 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:51 +0000] "GET /external/dijit/form/ComboButton.js HTTP/1.1" 200 1322 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:52 +0000] "GET /view/css/images/validationInputBg.gif HTTP/1.1" 200 392 "http://localhost/view/css/common.css" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:52 +0000] "GET /view/css/images/buttonEnabled.png HTTP/1.1" 200 403 "http://localhost/view/css/common.css" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:52 +0000] "GET /view/css/images/comboArrowDown.gif HTTP/1.1" 200 331 "http://localhost/view/css/common.css" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:52 +0000] "POST /tool/saveDataToSession.php?id=screenWidth&value=1920 HTTP/1.1" 200 6745 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:52 +0000] "POST /tool/saveDataToSession.php?id=screenHeight&value=1080 HTTP/1.1" 200 6745 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:16:55:54 +0000] "GET /view/css/images/buttonHover.png HTTP/1.1" 200 427 "http://localhost/view/css/common.css" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 127.0.0.1 - - [02/Jan/2022:16:55:58 +0000] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.10 (Debian) (internal dummy connection)" 127.0.0.1 - - [02/Jan/2022:16:56:00 +0000] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.10 (Debian) (internal dummy connection)" 172.17.0.1 - - [02/Jan/2022:16:57:40 +0000] "GET /view/css/images/buttonActive.png HTTP/1.1" 200 413 "http://localhost/view/css/common.css" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:17:09:59 +0000] "POST /tool/configCheck.php?destinationWidth=1527&destinationHeight=70 HTTP/1.1" 500 1756 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:17:10:00 +0000] "GET /tool/i18n/nls/lang.js HTTP/1.1" 200 26962 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:17:10:00 +0000] "GET /tool/i18n/nls/fr/lang.js HTTP/1.1" 200 29854 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:17:10:24 +0000] "POST /tool/configCheck.php?destinationWidth=1527&destinationHeight=70 HTTP/1.1" 500 1756 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:17:12:21 +0000] "POST /tool/configCheck.php?destinationWidth=1527&destinationHeight=70 HTTP/1.1" 500 1756 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:17:13:32 +0000] "POST /tool/configCheck.php?destinationWidth=1527&destinationHeight=70 HTTP/1.1" 500 1756 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:17:18:22 +0000] "POST /tool/configCheck.php?destinationWidth=1527&destinationHeight=70 HTTP/1.1" 500 1756 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" 172.17.0.1 - - [02/Jan/2022:17:29:25 +0000] "POST /tool/configCheck.php?destinationWidth=1527&destinationHeight=70 HTTP/1.1" 500 1756 "http://localhost/view/main.php" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
docker logs postgres The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with locale "en_US.utf8". The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "english". Data page checksums are disabled. fixing permissions on existing directory /var/lib/postgresql/data ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... Etc/UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok syncing data to disk ... ok Success. You can now start the database server using: pg_ctl -D /var/lib/postgresql/data -l logfile start initdb: warning: enabling "trust" authentication for local connections You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. waiting for server to start....2022-01-02 16:48:54.721 UTC [48] LOG: starting PostgreSQL 14.1 (Debian 14.1-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit 2022-01-02 16:48:54.723 UTC [48] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" 2022-01-02 16:48:54.730 UTC [49] LOG: database system was shut down at 2022-01-02 16:48:49 UTC 2022-01-02 16:48:54.738 UTC [48] LOG: database system is ready to accept connections done server started CREATE DATABASE /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/* 2022-01-02 16:48:55.688 UTC [48] LOG: received fast shutdown request waiting for server to shut down....2022-01-02 16:48:55.690 UTC [48] LOG: aborting any active transactions 2022-01-02 16:48:55.692 UTC [48] LOG: background worker "logical replication launcher" (PID 55) exited with exit code 1 2022-01-02 16:48:55.692 UTC [50] LOG: shutting down 2022-01-02 16:48:55.716 UTC [48] LOG: database system is shut down done server stopped PostgreSQL init process complete; ready for start up. 2022-01-02 16:48:55.831 UTC [1] LOG: starting PostgreSQL 14.1 (Debian 14.1-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit 2022-01-02 16:48:55.831 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 2022-01-02 16:48:55.831 UTC [1] LOG: listening on IPv6 address "::", port 5432 2022-01-02 16:48:55.835 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" 2022-01-02 16:48:55.843 UTC [62] LOG: database system was shut down at 2022-01-02 16:48:55 UTC 2022-01-02 16:48:55.851 UTC [1] LOG: database system is ready to accept connections 2022-01-02 17:36:59.819 UTC [124] FATAL: database "projeqtor" does not exist 2022-01-02 17:38:58.025 UTC [127] FATAL: role "root" does not exist

Here is a summary of my ProjeQtOr configuration:
pgsql localhost instead of 127.0.0.1 port 5432 user alba + mypassword prefix PQO email=myemil init password set locale fr default folders
What do I miss?

Please Connexion or Create an account to join the conversation.

More
03 Jan 2022 09:26 #2 by babynus
Sorry, we do not support docker installations.
Only thing I can understand from you logs is that first error is a DNS issue.

Babynus
Administrator of ProjeQtOr web site

Please Connexion or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.045 seconds

Paramétrages de cookies

×

Cookies fonctionnels

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Veuillez vous connecter pour voir vos activités!

Autres cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.