brilliant-data / tableau-dr

Tableau Server hot-standby solution
GNU General Public License v3.0
1 stars 0 forks source link

Support for Tableau 9.3 #5

Open adambalazs opened 7 years ago

adambalazs commented 7 years ago

Add support for a wider range of Tableau versions.

adambalazs commented 7 years ago

Tableau 9.2.4 postgres (PostgreSQL) 9.3.9 --enable-thread-safety --enable-integer-datetimes --enable-nls --with-ldap --with-ossp-uuid --with-libxml --with-libxslt --with-tcl --with-perl --with-python

Tableau 9.3.9 postgres (PostgreSQL) 9.3.13 --enable-thread-safety --enable-integer-datetimes --enable-nls --with-ldap --with-ossp-uuid --with-libxml --with-libxslt --with-tcl --with-perl --with-python

Tableau 10.1.1 postgres (PostgreSQL) 9.5.3 --enable-thread-safety --enable-integer-datetimes --enable-nls --with-ldap --with-openssl --with-ossp-uuid --with-libxml --with-libxslt --with-tcl --with-perl --with-python

Tableau 10.2 beta 1 postgres (PostgreSQL) 9.5.3 --enable-thread-safety --enable-integer-datetimes --enable-nls --with-ldap --with-openssl --with-ossp-uuid --with-libxml --with-libxslt --with-tcl --with-perl --with-python

Basically we need to implement a postgresql server compile strategy for 9.x and for 10.x according to the details above.