22
0
Fork 0

ajustement doc pour le driver PG pour Tableau

This commit is contained in:
Gregory Colpart 2022-10-28 10:57:39 +02:00
parent 4f4464f110
commit 38741d732f
1 changed files with 13 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Tableau supporte uniquement Ubuntu, nous installons donc un conteneur LXC :
# lxc-attach --name tableau
lxc# apt install ./tableau-server-2022-1-7_amd64.deb ./tableau-postgresql-odbc_09.06.0501_amd64.deb
lxc# apt install ./tableau-server-2022-1-7_amd64.deb
[…]
Il est nécessaire de prendre 112 Mo/2959 Mo dans les archives.
Après cette opération, 20,7 Go d'espace disque supplémentaires seront utilisés.
@ -68,6 +68,18 @@ You will be prompted to authenticate, or can log in using the username 'tableau'
Done.
~~~
Pour installer le pilote pour PostgreSQL on doit le télécharger sur <https://www.tableau.com/fr-fr/support/drivers> :
~~~
# mkdir -p /opt/tableau/tableau_driver/jdbc
# chmod 755 /opt/tableau/tableau_driver /opt/tableau/tableau_driver/jdbc
# cd /opt/tableau/tableau_driver/jdbc
# wget https://downloads.tableau.com/drivers/linux/postgresql/postgresql-42.3.3.jar
# chmod 644 /opt/tableau/tableau_driver/jdbc/postgresql-42.3.3.jar
# tsm stop
# tsm start
~~~
## Administration
~~~