Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Teableau server preference persistence #5

Open
raajankannadasan opened this issue Jun 27, 2018 · 3 comments
Open

Teableau server preference persistence #5

raajankannadasan opened this issue Jun 27, 2018 · 3 comments
Assignees

Comments

@raajankannadasan
Copy link

raajankannadasan commented Jun 27, 2018

Hi,

How can we do the preference persistence ?
For example,
The mentioned user preference or meta should be persistence while removing existing container and running new instance of tableau-server

  1. Published workbook
  2. Newly created user
  3. Newly created My view of workbook.

Thanks in advance

@tfoldi
Copy link
Owner

tfoldi commented Mar 25, 2019

you can save an image anytime, even after initialization. check my blog post's pro tipp section with docker commit.

https://databoss.starschema.net/tableau-server-linux-docker-container/

let me know if this helps

@tfoldi tfoldi closed this as completed Mar 25, 2019
@tfoldi tfoldi self-assigned this Mar 25, 2019
@reevery
Copy link

reevery commented Mar 26, 2019

The traditional approach would be to have the config on the host, and mount it into the container rather than copy in the dockerfile. This would be much better practice... Everyone would use Tamas's image but -v ./config:/config their config into the container.

@tfoldi
Copy link
Owner

tfoldi commented Mar 26, 2019

Hmm, I can make this happen easily

@tfoldi tfoldi reopened this Mar 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants