You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There is no documentation on how to backup and importing the complete database.
For people like me with limited experience experience with databases, this would be priceless when doing backups and migrations.
Step-by-step instructions on how to backup the complete teable instance when self-hosting with Docker.
Step-by-step instructions on how to import the data to a new instance/machine.
Or even better, a ready-made export/import script.
Describe alternatives you've considered
At the moment, I backup the complete volumes and zip them up for backups. I don't think this is the most optimal way to do it - please correct me if I am wrong.
Additional context
The reason for me creating this issue, is that I tried to add redis cache to my current docker-compose.yml.
I first copied the entire folder with docker-compose.yml, .env, volume folders to another folder and added redis cache to docker-compose.yml.
When I ran docker compose up -d and tried to visit the teable instance in the browser, the database was wiped clean, which I couldn't debug (I lack the technical skills at the moment). Other than this, the instance seemed to work fine.
The text was updated successfully, but these errors were encountered:
nicholas-mn
changed the title
Documentation for backing up and importing complete instance - Docker
Documentation for backup and importing complete instance - Docker
Oct 25, 2024
Is your feature request related to a problem? Please describe.
There is no documentation on how to backup and importing the complete database.
For people like me with limited experience experience with databases, this would be priceless when doing backups and migrations.
There seems to be a page in the documentation mentioning backup, but it's left empty:
https://help.teable.io/deployment/migrating-from-docker-standalone-to-teable-enterprise#id-1.-backup-your-data
Describe the solution you'd like
Or even better, a ready-made export/import script.
Describe alternatives you've considered
At the moment, I backup the complete volumes and zip them up for backups. I don't think this is the most optimal way to do it - please correct me if I am wrong.
Additional context
The reason for me creating this issue, is that I tried to add redis cache to my current docker-compose.yml.
I first copied the entire folder with docker-compose.yml, .env, volume folders to another folder and added redis cache to
docker-compose.yml
.When I ran
docker compose up -d
and tried to visit the teable instance in the browser, the database was wiped clean, which I couldn't debug (I lack the technical skills at the moment). Other than this, the instance seemed to work fine.The text was updated successfully, but these errors were encountered: