Skip to content

Update affects existing data? #789

Answered by markphelps
cubytz asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @cubytz , great question!

We take great care to ensure that no data is lost or corrupted between upgrades. But to fully answer your question, it really depends on how you run Flipt.

For example if you are running it via Docker and using the default SQLite db, then you must mount the volume from the host machine in order for the data to persist.

If you are running Flipt 'natively' on a Linux host, then the default SQLite db will be persisted as normal and remain between upgrades since it's just a regular file on the host.

If you are running with either MySQL or Postgres then the data is persisted in those DBs and Flipt will not erase any data between upgrades.

So basically the only way…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by markphelps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #788 on April 05, 2022 13:46.