Hello! I had a bit of a server crisis over the weekend and managed to obtain a backup from my baserow instance. I used the recommended baserow backup method to take a backup the container itself. I have moved servers and am now trying to restore the backup. I do have some issues. I created a full backup from the original baserow container.
- I have a backup.tar.gz file.
- I extracted the contents of this file into a host path because that’s how I need to mount the baserow/data directory.
- I mapped this host directory to the /baserow/data directory.
- Started the container.
- After starting the container, base row recreates the standard directories without restoring anything that is in the data directory.
I followed the restoration instructions and surmised what I should do from the docker commands.
I also have these directories present after extracting the backup archive:
everything_but_user_tables
user_tables_batch_0
user_tables_batch_1
etc etc
I might have missed something, but maybe I should have extracted the backup file into a different location?
Thanks for the help in advance.